]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
Next try at avoiding too few or too many size events.
[wxWidgets.git] / include / wx / gtk1 / frame.h
index bb8dd7b0d51e488709620a1dba54897a09d58913..210aa7b612a54cf92c1873dbcec92f242f0f6903 100644 (file)
@@ -93,6 +93,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();