]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/stattext.h
create wxTheClipboard on first use, not startup -- this fixes crash in console-only...
[wxWidgets.git] / include / wx / gtk1 / stattext.h
index eb9ee2a86ed5d47082c96a3ff89c2896b8db6b06..dd4d499883b259bd680fd4d353cd84b0093f862b 100644 (file)
@@ -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;