X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/174b10af3488cc926c5f0336db457f125a506f51..1ca21594f7d0a28c4b3721088dbb0206b563bf8b:/include/wx/gtk1/stattext.h diff --git a/include/wx/gtk1/stattext.h b/include/wx/gtk1/stattext.h index ca98ba9015..dd4d499883 100644 --- a/include/wx/gtk1/stattext.h +++ b/include/wx/gtk1/stattext.h @@ -57,13 +57,15 @@ public: 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;