/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Dec 21 2016) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __ODTHELPBROWSER_H__ #define __ODTHELPBROWSER_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class frmMainADT /////////////////////////////////////////////////////////////////////////////// class frmMainADT : public wxFrame { private: protected: wxSplitterWindow* splBrowser; wxPanel* pnlHelpTopics; wxTreeCtrl* treHelpTopics; wxPanel* pnlTopicBrowser; wxHtmlWindow* htmPage; // Virtual event handlers, overide them in your derived class virtual void UpdateHelpTopic( wxTreeEvent& event ) { event.Skip(); } public: frmMainADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("ODT Help Browser"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 614,492 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); ~frmMainADT(); void splBrowserOnIdle( wxIdleEvent& ) { splBrowser->SetSashPosition( 248 ); splBrowser->Disconnect( wxEVT_IDLE, wxIdleEventHandler( frmMainADT::splBrowserOnIdle ), NULL, this ); } }; #endif //__ODTHELPBROWSER_H__