X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..e7c240da70308b5e54bf8bcc9813b5c4e4fece4d:/include/wx/gtk/stattext.h diff --git a/include/wx/gtk/stattext.h b/include/wx/gtk/stattext.h index 1df26f4833..a39b1c3d4e 100644 --- a/include/wx/gtk/stattext.h +++ b/include/wx/gtk/stattext.h @@ -4,7 +4,7 @@ // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -24,7 +24,7 @@ // classes //----------------------------------------------------------------------------- -class wxStaticText; +class WXDLLIMPEXP_CORE wxStaticText; //----------------------------------------------------------------------------- // global data @@ -34,7 +34,7 @@ class wxStaticText; // wxStaticText //----------------------------------------------------------------------------- -class wxStaticText : public wxControl +class WXDLLIMPEXP_CORE wxStaticText : public wxControl { public: wxStaticText(); @@ -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)