]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
Fixes, typos etc...
[wxWidgets.git] / include / wx / gtk / button.h
index f4bfe395ed0bc936d29c4f3c974f27c34669c3f3..0b1d34d52e2b866302edb40813d2ce080062f818 100644 (file)
@@ -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__