X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01111366c9b4ea40eee7f4b13ddfe6f6b9f886db..c67d86184d21b37d32c621bd45318d5818c3f864:/include/wx/gtk/button.h diff --git a/include/wx/gtk/button.h b/include/wx/gtk/button.h index bfabb1d0be..0b1d34d52e 100644 --- a/include/wx/gtk/button.h +++ b/include/wx/gtk/button.h @@ -2,7 +2,7 @@ // Name: button.h // Purpose: // Author: Robert Roebling -// Id: $id$ +// Id: $Id$ // 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 SetBackgroundColour( const wxColour &colour ); + void SetForegroundColour( const wxColour &colour ); }; #endif // __GTKBUTTONH__