]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / gtk / notebook.h
index 2d116acdd08afd39db8e6b95350634f501482fcc..878bbc4dd33fd39c13ad3f0585311f50dfba8a42 100644 (file)
@@ -107,9 +107,6 @@ public:
     bool DoPhase(int phase);
 #endif
 
     bool DoPhase(int phase);
 #endif
 
-    // common part of all ctors
-    void Init();
-
     // Called by GTK event handler when the current page is definitely changed.
     void GTKOnPageChanged();
 
     // Called by GTK event handler when the current page is definitely changed.
     void GTKOnPageChanged();
 
@@ -138,6 +135,7 @@ private:
     // the padding set by SetPadding()
     int m_padding;
 
     // the padding set by SetPadding()
     int m_padding;
 
+    void Init();
     virtual void AddChildGTK(wxWindowGTK* child);
 
     DECLARE_DYNAMIC_CLASS(wxNotebook)
     virtual void AddChildGTK(wxWindowGTK* child);
 
     DECLARE_DYNAMIC_CLASS(wxNotebook)