X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d522606d0a1dfd22bcdc1a386b3dca01fa985e3..478ba84485d00d0d9a80ce3304f226355f457471:/include/wx/gtk/stattext.h diff --git a/include/wx/gtk/stattext.h b/include/wx/gtk/stattext.h index eb9ee2a86e..dd4d499883 100644 --- a/include/wx/gtk/stattext.h +++ b/include/wx/gtk/stattext.h @@ -57,7 +57,8 @@ 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 @@ -65,8 +66,6 @@ public: // implementation // -------------- - - void ApplyWidgetStyle(); protected: virtual wxSize DoGetBestSize() const;