]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
Improve wxAuiNotebook appearance when using some GTK themes.
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 336a5cfa2e44116a474da8afc2fa1ad5a8b809c5..5d061c5b33025b9a2d59c0676b71cbdb7c65f3c0 100644 (file)
@@ -158,9 +158,6 @@ protected:
     virtual void DoFreeze();
     virtual void DoThaw();
 
     virtual void DoFreeze();
     virtual void DoThaw();
 
-    // common part of all ctors
-    void Init();
-
     // Widgets that use the style->base colour for the BG colour should
     // override this and return true.
     virtual bool UseGTKStyleBase() const { return true; }
     // Widgets that use the style->base colour for the BG colour should
     // override this and return true.
     virtual bool UseGTKStyleBase() const { return true; }
@@ -179,6 +176,8 @@ protected:
     void GTKSetJustification();
 
 private:
     void GTKSetJustification();
 
 private:
+    void Init();
+
     // overridden wxTextEntry virtual methods
     virtual GtkEditable *GetEditable() const;
     virtual GtkEntry *GetEntry() const;
     // overridden wxTextEntry virtual methods
     virtual GtkEditable *GetEditable() const;
     virtual GtkEntry *GetEntry() const;