]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/radiobut.h
Eliminated some warnings under Windows; wxGetHomeDir problem in wxFile;
[wxWidgets.git] / include / wx / gtk1 / 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__