wxString GetLabel() const;
void SetLabel( const wxString &label );
- bool SetFont( const wxFont &font );
+ bool GetAdjustMinSizeFlag() const { return !HasFlag(wxST_NO_AUTORESIZE); }
+
+ bool SetForegroundColour( const wxColour& colour );
+
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// implementation
// --------------
-
- void ApplyWidgetStyle();
protected:
virtual wxSize DoGetBestSize() const;