]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
Fixes, typos etc...
[wxWidgets.git] / include / wx / gtk / button.h
index bfabb1d0be2348c4743e7c38f643cb4dacea0313..0b1d34d52e2b866302edb40813d2ce080062f818 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        button.h
 // Purpose:
 // Author:      Robert Roebling
 // Name:        button.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $id$
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -60,6 +60,8 @@ class wxButton: public wxControl
     void SetLabel( const wxString &label );
     void Enable( bool enable );
     void SetFont( const wxFont &font );
     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__
 };
 
 #endif // __GTKBUTTONH__