X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe161a2685012cf90bb5bfe95f2260aee71d8ad7..40717c90bf265de0a752d637a35cd88cb22bbd05:/include/wx/gtk/stattext.h diff --git a/include/wx/gtk/stattext.h b/include/wx/gtk/stattext.h index dd4d499883..fc7098928b 100644 --- a/include/wx/gtk/stattext.h +++ b/include/wx/gtk/stattext.h @@ -57,8 +57,7 @@ public: wxString GetLabel() const; void SetLabel( const wxString &label ); - bool GetAdjustMinSizeFlag() const { return !HasFlag(wxST_NO_AUTORESIZE); } - + bool SetFont( const wxFont &font ); bool SetForegroundColour( const wxColour& colour ); static wxVisualAttributes @@ -68,6 +67,10 @@ public: // -------------- protected: + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO); + virtual wxSize DoGetBestSize() const; DECLARE_DYNAMIC_CLASS(wxStaticText)