X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/174b10af3488cc926c5f0336db457f125a506f51..7bccea09a71ae668dc07f6d7c340160c15c33fce:/include/wx/gtk/stattext.h?ds=sidebyside diff --git a/include/wx/gtk/stattext.h b/include/wx/gtk/stattext.h index ca98ba9015..fc7098928b 100644 --- a/include/wx/gtk/stattext.h +++ b/include/wx/gtk/stattext.h @@ -59,13 +59,18 @@ public: bool SetFont( const wxFont &font ); bool SetForegroundColour( const wxColour& colour ); + + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); // implementation // -------------- - - void ApplyWidgetStyle(); protected: + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO); + virtual wxSize DoGetBestSize() const; DECLARE_DYNAMIC_CLASS(wxStaticText)