]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/stattext.h
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / include / wx / gtk / stattext.h
index eb9ee2a86ed5d47082c96a3ff89c2896b8db6b06..fc7098928b56a522155e125b8310abcb707da21e 100644 (file)
@@ -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)