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);
// 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: