X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f68586e51b20dccee3fd5645aeaca7cc8ff298c2..bfb9ee966d5d1f29e49f38e340812ade4b3cc956:/include/wx/gtk/stattext.h diff --git a/include/wx/gtk/stattext.h b/include/wx/gtk/stattext.h index 809568191e..3debaf7f2e 100644 --- a/include/wx/gtk/stattext.h +++ b/include/wx/gtk/stattext.h @@ -39,7 +39,6 @@ extern const wxChar *wxStaticTextNameStr; class wxStaticText : public wxControl { public: - wxStaticText(); wxStaticText(wxWindow *parent, wxWindowID id, @@ -60,10 +59,16 @@ public: wxString GetLabel() const; void SetLabel( const wxString &label ); + bool SetFont( const wxFont &font ); + // implementation + // -------------- + void ApplyWidgetStyle(); protected: + virtual wxSize DoGetBestSize() const; + DECLARE_DYNAMIC_CLASS(wxStaticText) };