X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d522606d0a1dfd22bcdc1a386b3dca01fa985e3..5dc43d1fc5bdac58ac689364b74118ea67285305:/include/wx/gtk1/stattext.h?ds=sidebyside diff --git a/include/wx/gtk1/stattext.h b/include/wx/gtk1/stattext.h index eb9ee2a86e..dd4d499883 100644 --- a/include/wx/gtk1/stattext.h +++ b/include/wx/gtk1/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;