]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/stattext.h
don't explicitly set font and bg colour
[wxWidgets.git] / include / wx / gtk1 / stattext.h
index 1df26f48339c60fc4ca3c82e64bd1338b00b59be..dd4d499883b259bd680fd4d353cd84b0093f862b 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -57,7 +57,8 @@ public:
     wxString GetLabel() const;
     void SetLabel( const wxString &label );
 
-    bool SetFont( const wxFont &font );
+    bool GetAdjustMinSizeFlag() const { return !HasFlag(wxST_NO_AUTORESIZE); }
+    
     bool SetForegroundColour( const wxColour& colour );
 
     static wxVisualAttributes
@@ -65,8 +66,6 @@ public:
     
     // implementation
     // --------------
-    
-    void ApplyWidgetStyle();
 
 protected:
     virtual wxSize DoGetBestSize() const;