VariableNotebookMainPage
This is the only page for a variable. It just shows the variable's name, type, and some docs.
public:
~VariableNotebookMainPage( )
void SaveData( )
protected:
private:
friends
enum ChildIDs
VariableNotebookMainPage( VariableObjectPtr pVariable, VariableTreeView* pTreeView, wxNotebook* pNotebook)
void OnVariableNameChanged( wxCommandEvent& Event)
void OnVariableTypeChanged( wxCommandEvent& Event)
void OnSize( wxSizeEvent& Event)
VariableObjectPtr m_pVariable
VariableTreeView* m_pTreeView
wxPanel* m_pPanel
You need one of these things in order to make tab traversal work
wxTextCtrl* m_pVariableName
wxTextCtrl* m_pVariableType
wxTextCtrl* m_pDocs
DECLARE_EVENT_TABLE()