X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f96aa4d9eb296b3dfc468a351ce013bf92fab983..649ef4c6b470a1222cd188dff2798bc0eec8e3a6:/include/wx/gtk1/radiobut.h diff --git a/include/wx/gtk1/radiobut.h b/include/wx/gtk1/radiobut.h index 72907e0f72..9a00ea810c 100644 --- a/include/wx/gtk1/radiobut.h +++ b/include/wx/gtk1/radiobut.h @@ -60,9 +60,14 @@ class wxRadioButton: public wxControl virtual void SetLabel(const wxString& label); virtual void SetValue(bool val); virtual bool GetValue(void) const; - void SetFont( const wxFont &font ); void Enable( bool enable ); - void SetBackgroundColour( const wxColour &colour ); + + // implementation + + void ApplyWidgetStyle(); + + bool m_blockFirstEvent; + GtkWidget* m_theOtherRadioButtton; }; #endif // __GTKRADIOBUTTONH__