X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d522606d0a1dfd22bcdc1a386b3dca01fa985e3..068993c7efdb9020c5752f29b62ed5090f4caac2:/include/wx/gtk1/stattext.h?ds=sidebyside diff --git a/include/wx/gtk1/stattext.h b/include/wx/gtk1/stattext.h index eb9ee2a86e..fc7098928b 100644 --- a/include/wx/gtk1/stattext.h +++ b/include/wx/gtk1/stattext.h @@ -65,10 +65,12 @@ public: // 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)