]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/radiobox.h
Committed forgotten files
[wxWidgets.git] / include / wx / univ / radiobox.h
index 7cb1bb788834e694a5e76ddd8f7f21c9d8ae54c0..784b14da877061a429e820e2612bbe90b0e5fd4a 100644 (file)
@@ -92,6 +92,9 @@ public:
     virtual bool Enable(int n, bool enable = true);
     virtual bool Show(int n, bool show = true);
 
+    virtual bool IsItemEnabled(int n) const;
+    virtual bool IsItemShown(int n) const;
+
     // we also override the wxControl methods to avoid virtual function hiding
     virtual bool Enable(bool enable = true);
     virtual bool Show(bool show = true);