]> 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 ca98ba9015e11245c8408d6ba95bdc5b01da89f8..fc7098928b56a522155e125b8310abcb707da21e 100644 (file)
@@ -59,13 +59,18 @@ public:
 
     bool SetFont( const wxFont &font );
     bool SetForegroundColour( const wxColour& colour );
 
     bool SetFont( const wxFont &font );
     bool SetForegroundColour( const wxColour& colour );
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
     
     // implementation
     // --------------
     
     // implementation
     // --------------
-    
-    void ApplyWidgetStyle();
 
 protected:
 
 protected:
+    virtual void DoSetSize(int x, int y,
+                           int width, int height,
+                           int sizeFlags = wxSIZE_AUTO);
+                           
     virtual wxSize DoGetBestSize() const;
 
     DECLARE_DYNAMIC_CLASS(wxStaticText)
     virtual wxSize DoGetBestSize() const;
 
     DECLARE_DYNAMIC_CLASS(wxStaticText)