OtherNotebookMainPage
The one page for an Other. Just shows the name, the docs, and the code that will be written into the header
public:
~OtherNotebookMainPage( )
void SaveData( )
protected:
private:
enum ChildIDs
friends
OtherNotebookMainPage( OtherObjectPtr pOther, OtherTreeView* pTreeView, wxNotebook* pNotebook)
void OnOtherNameChanged( wxCommandEvent& Event)
void OnSize( wxSizeEvent& Event)
OtherObjectPtr m_pOther
OtherTreeView* m_pTreeView
wxPanel* m_pPanel
You need one of these things in order to make tab traversal work
wxTextCtrl* m_pOtherName
wxTextCtrl* m_pOtherText
wxTextCtrl* m_pDocs
DECLARE_EVENT_TABLE()