X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/307f16e829979a22bf00b699b5b2e852cd4eb59e..6dddc146fbea484558c02c18ea8250549329c70e:/include/wx/gtk/frame.h?ds=sidebyside diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index 0268757d71..506ee744c2 100644 --- a/include/wx/gtk/frame.h +++ b/include/wx/gtk/frame.h @@ -60,7 +60,7 @@ public: 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, @@ -102,6 +102,7 @@ public: 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 );