]> 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 61e7130035bb45c5a4f4d6f2a9cd1ee6ac873f65..659ef322c75daedcea93627830ebd7ad0916a10f 100644 (file)
@@ -61,6 +61,8 @@ 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 );
 };
 
 #endif // __GTKRADIOBUTTONH__