X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6de97a3b945c99fb942209df48be26f43c1b436d..b666df2c102d1e183532adf0c003e63b1a591e2f:/include/wx/gtk/radiobut.h diff --git a/include/wx/gtk/radiobut.h b/include/wx/gtk/radiobut.h index 61e7130035..9a00ea810c 100644 --- a/include/wx/gtk/radiobut.h +++ b/include/wx/gtk/radiobut.h @@ -2,9 +2,8 @@ // Name: radiobut.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -61,6 +60,14 @@ class wxRadioButton: public wxControl virtual void SetLabel(const wxString& label); virtual void SetValue(bool val); virtual bool GetValue(void) const; + void Enable( bool enable ); + + // implementation + + void ApplyWidgetStyle(); + + bool m_blockFirstEvent; + GtkWidget* m_theOtherRadioButtton; }; #endif // __GTKRADIOBUTTONH__