]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
Added a bug report; C++Builder compile fixes
[wxWidgets.git] / include / wx / gtk1 / frame.h
index 0268757d7168c3d785e5bc87d9ae64bf8447ffec..1a3edac9597d90be1c93f919a8df4ab90dfa6d39 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,
@@ -96,12 +96,15 @@ public:
     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 );