]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/stattext.h
Define wxUSE_UNICODE_MSLU or chkconf.h complains
[wxWidgets.git] / include / wx / gtk / stattext.h
index 6686c96982fd80da969685882386aaf5925a2a6f..fc7098928b56a522155e125b8310abcb707da21e 100644 (file)
@@ -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)