- virtual void SetMenuBar( wxMenuBar *menuBar );
- virtual wxMenuBar *GetMenuBar() const;
-
- virtual void SetTitle( const wxString &title );
- virtual wxString GetTitle() const { return m_title; }
-
- // make the window modal (all other windows unresponsive)
- virtual void MakeModal(bool modal = TRUE);
-
- virtual void SetIcon( const wxIcon &icon );
- virtual void Iconize( bool WXUNUSED(iconize)) { }
- virtual bool IsIconized() const { return FALSE; }
- bool Iconized() const { return IsIconized(); }
- virtual void Maximize(bool WXUNUSED(maximize)) {}
- virtual void Restore() {}
-
- virtual void Command( int id );
-
- void OnCloseWindow( wxCloseEvent& event );
- void OnActivate( wxActivateEvent &WXUNUSED(event) ) { } // called from docview.cpp
- void OnSize( wxSizeEvent &event );
-
- void OnMenuHighlight( wxMenuEvent& event );
+ virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
+ wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); }