]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and
[wxWidgets.git] / include / wx / gtk / frame.h
index 638c506b3d8c43b4653f311800e3ff185ba7ad0f..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,