]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
min size of an empty sizer should be (0, 0) and not (10, 10)
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 2729119b501694b6884457f080a02e2d475b2fde..304f312de23d13bd68037dd5503e7b849d711891 100644 (file)
@@ -78,10 +78,6 @@ 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();
@@ -111,6 +107,10 @@ protected:
     // common part of all ctors
     void Init();
 
+    // 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);
+
     // override wxWindow methods to take into account tool/menu/statusbars
     virtual void DoSetSize(int x, int y,
                            int width, int height,