]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
Minor modifications...
[wxWidgets.git] / include / wx / gtk / button.h
index 5adbd99d0c5efd073a72654cf3a166f579b6bb1b..0b1d34d52e2b866302edb40813d2ce080062f818 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        button.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -59,6 +58,10 @@ class wxButton: public wxControl
            const wxString& name = wxButtonNameStr);
     void SetDefault(void);
     void SetLabel( const wxString &label );
+    void Enable( bool enable );
+    void SetFont( const wxFont &font );
+    void SetBackgroundColour( const wxColour &colour );
+    void SetForegroundColour( const wxColour &colour );
 };
 
 #endif // __GTKBUTTONH__