- virtual bool GetValue(void) const;
- void SetFont( const wxFont &font );
- void Enable( bool enable );
+ virtual bool GetValue() const;
+ bool Enable( bool enable );
+
+ // implementation
+
+ void ApplyWidgetStyle();
+
+ bool m_blockFirstEvent;
+ GtkWidget* m_theOtherRadioButtton;