- void OnIdle(wxIdleEvent& event);
- void OnCloseWindow(wxCloseEvent& event);
-
- bool Show(bool show);
-
- void DetachMenuBar();
-
- // Set menu bar
- void SetMenuBar(wxMenuBar *menu_bar);
- virtual wxMenuBar *GetMenuBar() const ;
-
- // Call this to simulate a menu command
- inline bool Command(int id) { return ProcessCommand(id); }
-
- // process menu command: returns TRUE if processed
- bool ProcessCommand(int id);
-
- // make the window modal (all other windows unresponsive)
- virtual void MakeModal(bool modal = TRUE);
-
- // Set icon
- virtual void SetIcon(const wxIcon& icon);