]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
1. added wxMenuBarBase
[wxWidgets.git] / include / wx / gtk / frame.h
index 0268757d7168c3d785e5bc87d9ae64bf8447ffec..506ee744c2e70f8a0ab3e8d1c68889b9be6a8ff2 100644 (file)
@@ -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 );