]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
Minor modifications...
[wxWidgets.git] / include / wx / gtk / button.h
index f5a88d0a50aa66054f87f770fb6027dafad3f890..0b1d34d52e2b866302edb40813d2ce080062f818 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        button.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $id$
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -61,6 +61,7 @@ class wxButton: public wxControl
     void Enable( bool enable );
     void SetFont( const wxFont &font );
     void SetBackgroundColour( const wxColour &colour );
+    void SetForegroundColour( const wxColour &colour );
 };
 
 #endif // __GTKBUTTONH__