void SetSelection( int n );
int GetSelection(void) const;
wxString GetString( int n ) const;
- wxString GetLabel(void) const;
void SetLabel( const wxString& label );
void SetLabel( int item, const wxString& label );
void SetLabel( int item, wxBitmap *bitmap );
virtual int Number(void) const;
int GetNumberOfRowsOrCols(void) const;
void SetNumberOfRowsOrCols( int n );
-
+
+ void SetFont( const wxFont &font );
+ void OnSize( wxSizeEvent &event );
+
+ // implementation
+
+ bool m_alreadySent;
+
private:
GtkRadioButton *m_radio;
- public:
-
- bool m_alreadySent;
+ DECLARE_EVENT_TABLE()
+
};
#endif // __GTKRADIOBOXH__