X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..2bc1aa1174ee3ddd68615827c3531549cf204918:/include/wx/gtk/frame.h diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index 497343f54f..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, @@ -78,7 +78,7 @@ public: const wxString& name = wxToolBarNameStr); virtual wxToolBar *OnCreateToolBar( long style, wxWindowID id, const wxString& name ); virtual wxToolBar *GetToolBar() const; - void SetToolBar(wxToolBar *toolbar) { m_frameToolBar = toolbar; } + void SetToolBar(wxToolBar *toolbar); #endif // wxUSE_TOOLBAR virtual void SetMenuBar( wxMenuBar *menuBar ); @@ -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 );