]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/stattext.h
revert some stuff for 1.6
[wxWidgets.git] / include / wx / gtk / stattext.h
index dd4d499883b259bd680fd4d353cd84b0093f862b..fc7098928b56a522155e125b8310abcb707da21e 100644 (file)
@@ -57,8 +57,7 @@ public:
     wxString GetLabel() const;
     void SetLabel( const wxString &label );
 
-    bool GetAdjustMinSizeFlag() const { return !HasFlag(wxST_NO_AUTORESIZE); }
-    
+    bool SetFont( const wxFont &font );
     bool SetForegroundColour( const wxColour& colour );
 
     static wxVisualAttributes
@@ -68,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)