]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
Applied rowspan patch #15276 (dghart)
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 1b69ba287b3c02a454607f116f3c34eb4a0d9b27..768f2e14f5b9662971ce27e8727cafd6fc30924d 100644 (file)
@@ -128,9 +128,6 @@ protected:
     virtual void DoSetSizeHints( int minW, int minH,
                                  int maxW, int maxH,
                                  int incW, int incH);
-    // common part of all ctors
-    void Init();
-
     // move the window to the specified location and resize it
     virtual void DoMoveWindow(int x, int y, int width, int height);
 
@@ -148,6 +145,7 @@ protected:
     bool m_deferShow;
 
 private:
+    void Init();
     wxSize& GetCachedDecorSize();
 
     // size hint increments