// Name: button.h
// Purpose:
// Author: Robert Roebling
-// Id: $id$
+// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void SetDefault(void);
void SetLabel( const wxString &label );
void Enable( bool enable );
- void SetFont( const wxFont &font );
+
+ // implementation
+
+ void ApplyWidgetStyle();
+
};
#endif // __GTKBUTTONH__