X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0e6c0513862fc9a33e5800526058193b7492d8b..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/gtk/stattext.h?ds=inline diff --git a/include/wx/gtk/stattext.h b/include/wx/gtk/stattext.h index 6686c96982..fc7098928b 100644 --- a/include/wx/gtk/stattext.h +++ b/include/wx/gtk/stattext.h @@ -67,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)