ClassNotebookMainPage
The main page of a class notebook shows the class name and docs and other high level stuff.
public:
~ClassNotebookMainPage( )
void SaveData( )
protected:
private:
enum ChildIDs
friends
ClassNotebookMainPage( ClassObjectPtr pClass, ClassTreeView* pTreeView, wxNotebook* pNotebook)
void OnClassNameChanged( wxCommandEvent& Event)
void OnSize( wxSizeEvent& Event)
void OnIsStructChecked( wxCommandEvent& Event)
ClassObjectPtr m_pClass
ClassTreeView* m_pTreeView
wxPanel* m_pPanel
You need one of these things in order to make tab traversal work
wxTextCtrl* m_pMainClassName
wxTextCtrl* m_pDocs
wxCheckBox* m_pIsStructCheck
DECLARE_EVENT_TABLE()