]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Fix handling of spaces after <img> tag in wxHTML.
[wxWidgets.git] / include / wx / gtk / window.h
index 68d648ab1dc20a42d1475045787b513edddaa307..9a1efc1cc81454ef393b81d59b173709d550cb6d 100644 (file)
@@ -357,9 +357,6 @@ protected:
     virtual void DoSetToolTip( wxToolTip *tip );
 #endif // wxUSE_TOOLTIPS
 
-    // common part of all ctors (not virtual because called from ctor)
-    void Init();
-
     // Create a GtkScrolledWindow containing the given widget (usually
     // m_wxwindow but not necessarily) and assigns it to m_widget. Also shows
     // the widget passed to it.
@@ -404,6 +401,8 @@ protected:
     void ConstrainSize();
 
 private:
+    void Init();
+
     enum ScrollUnit { ScrollUnit_Line, ScrollUnit_Page, ScrollUnit_Max };
 
     // common part of ScrollLines() and ScrollPages() and could be used, in the