bool Destroy();
virtual bool Show( bool show );
- virtual void Centre( int direction = wxHORIZONTAL );
+ virtual void Centre( int direction = wxBOTH );
#if wxUSE_STATUSBAR
virtual wxStatusBar* CreateStatusBar(int number=1, long style = wxST_SIZEGRIP, wxWindowID id = 0,
virtual void Restore();
virtual void Iconize( bool iconize );
virtual bool IsIconized() const;
+
+ virtual bool IsTopLevel() const { return TRUE; }
virtual void Command( int id );
void OnCloseWindow( wxCloseEvent& event );
void OnActivate( wxActivateEvent &WXUNUSED(event) ) { } // called from docview.cpp
void OnSize( wxSizeEvent &event );
+ void OnIdle( wxIdleEvent &event );
void OnMenuHighlight( wxMenuEvent& event );