MethodNotebookCodePage
The code page is just a big edit field where the user can directly enter code that will be written into the header.
public:
~MethodNotebookCodePage( )
void SaveData( )
protected:
private:
enum ChildIDs
friends
MethodNotebookCodePage( MethodObjectPtr pMethod, MethodTreeView* pTreeView, wxNotebook* pNotebook)
void OnSize( wxSizeEvent& Event)
MethodObjectPtr m_pMethod
MethodTreeView* m_pTreeView
wxTextCtrl* m_pMethodCode
DECLARE_EVENT_TABLE()