]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 3e0705a7a8c45952dd6ee5a6a3707a29f41590fa..659ef322c75daedcea93627830ebd7ad0916a10f 100644 (file)
@@ -62,6 +62,7 @@ class wxRadioButton: public wxControl
     virtual void SetValue(bool val);
     virtual bool GetValue(void) const;
     void SetFont( const wxFont &font );
+    void Enable( bool enable );
 };
 
 #endif // __GTKRADIOBUTTONH__