// Name: button.h
// Purpose:
// Author: Robert Roebling
-// Id: $id$
+// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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__