]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
added combobox editor
[wxWidgets.git] / include / wx / gtk1 / frame.h
index bb8dd7b0d51e488709620a1dba54897a09d58913..582554c7ef94ca82ecbabe1ad371a02c68cfcc0e 100644 (file)
@@ -72,6 +72,8 @@ public:
     virtual void SetMenuBar( wxMenuBar *menuBar );
 
 #if wxUSE_STATUSBAR
+    virtual void PositionStatusBar();
+
     virtual wxStatusBar* CreateStatusBar(int number = 1,
                                          long style = wxST_SIZEGRIP,
                                          wxWindowID id = 0,
@@ -93,6 +95,10 @@ public:
     // implementation from now on
     // --------------------------
 
+    // move the window to the specified location and resize it: this is called
+    // from both DoSetSize() and DoSetClientSize() 
+    virtual void DoMoveWindow(int x, int y, int width, int height);
+    
     // GTK callbacks
     virtual void GtkOnSize( int x, int y, int width, int height );
     virtual void OnInternalIdle();