// Name: choice.h
// Purpose:
// Author: Robert Roebling
-// Id: $id$
+// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void SetSelection( int n );
void SetStringSelection( const wxString &string );
- void SetFont( const wxFont &font );
+ // implementation
+
+ void ApplyWidgetStyle();
};
#endif // __GTKCHOICEH__