]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
YOu can now activate the menu pressing F10 anywhere.
[wxWidgets.git] / include / wx / msw / radiobox.h
index db7ad5f524fe7bc1b19b3a9990a39846b2445b3d..bfc72476b1f64376e348c5b0fe3b341c0f4c4961 100644 (file)
@@ -73,7 +73,7 @@ public:
     wxString GetLabel(int item) const;
     bool Show(bool show);
     void SetFocus();
-    void Enable(bool enable);
+    bool Enable(bool enable);
     void Enable(int item, bool enable);
     void Show(int item, bool show);
     void SetLabelFont(const wxFont& WXUNUSED(font)) {};