]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
Applied patch [ 1166587 ] [wxMSW] Removes all flicker from wxStaticBox
[wxWidgets.git] / include / wx / radiobox.h
index 3a366c994386ca4cbdb48a560113179400fc0995..25fc92c152aeb5c72cf9467ffb038c3a3d3542b0 100644 (file)
@@ -32,8 +32,8 @@ class WXDLLEXPORT wxRadioBoxBase : public wxItemContainerImmutable
 {
 public:
     // change the individual radio button state
-    virtual void Enable(int n, bool enable = true) = 0;
-    virtual void Show(int n, bool show = true) = 0;
+    virtual bool Enable(int n, bool enable = true) = 0;
+    virtual bool Show(int n, bool show = true) = 0;
 
     // layout parameters
     virtual int GetColumnCount() const = 0;