+ virtual bool GetValue() const;
+ bool Enable( bool enable );
+
+ // implementation
+
+ GSList *m_radioButtonGroup;
+ void ApplyWidgetStyle();
+ bool IsOwnGtkWindow( GdkWindow *window );
+ void OnInternalIdle();
+
+ bool m_blockEvent;
+
+protected:
+ virtual wxSize DoGetBestSize() const;
+
+private:
+ DECLARE_DYNAMIC_CLASS(wxRadioButton)