X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..5dc43d1fc5bdac58ac689364b74118ea67285305:/include/wx/gtk1/stattext.h diff --git a/include/wx/gtk1/stattext.h b/include/wx/gtk1/stattext.h index 30b0424934..dd4d499883 100644 --- a/include/wx/gtk1/stattext.h +++ b/include/wx/gtk1/stattext.h @@ -57,12 +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;