]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
Commited region iterator fix.
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 8cf1c6957083b4359b7153c62201f4f78c9828d7..6d73a76004ecabb36ed44924bfb0c85eb5003dee 100644 (file)
@@ -174,6 +174,9 @@ public:
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 
+    // has the control been frozen by Freeze()?
+    bool IsFrozen() const { return m_frozenness > 0; }
+
 protected:
     virtual wxSize DoGetBestSize() const;
     virtual void DoApplyWidgetStyle(GtkRcStyle *style);
@@ -186,9 +189,6 @@ protected:
     // override this and return true.
     virtual bool UseGTKStyleBase() const { return true; }
 
-    // has the control been frozen by Freeze()?
-    bool IsFrozen() const { return m_frozenness > 0; }
-
     virtual void DoSetValue(const wxString &value, int flags = 0);
 
 private: