// Name: button.h
// Purpose:
// Author: Robert Roebling
-// Created: 01/02/97
-// Id:
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id: $Id$
+// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
const wxString& name = wxButtonNameStr);
void SetDefault(void);
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__