]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/button.h
1. wxTextCtrl::SetBackgroundColour() now works
[wxWidgets.git] / include / wx / gtk1 / button.h
index 0d5bf16b5cc6fda265f1350b928142ef4e1249c1..bbc5f130e2eb6d248b8ffbb7b4ffa9964f23d547 100644 (file)
@@ -60,6 +60,7 @@ class wxButton: public wxControl
     void SetDefault(void);
     void SetLabel( const wxString &label );
     void Enable( bool enable );
+    void SetFont( const wxFont &font );
 };
 
 #endif // __GTKBUTTONH__