]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/RadioButtonGroup.h
Add a couple of new functions.
[lyx.git] / src / frontends / xforms / RadioButtonGroup.h
index b05cc063e8fb159f95cce27a68b27458998e3b9c..5fc6b1ed4d6704a6b081da7aa5c1777f76592166 100644 (file)
@@ -41,9 +41,14 @@ public:
        void set(size_type value) const;
        void set(FL_OBJECT * ob) const;
 
+       // None of the radiobuttons are set.
+       void unset() const;
+
        // Get the active button's value.
        size_type get() const;
 
+       void setEnabled(bool enabled);
+
 private:
        ///
        typedef std::pair<FL_OBJECT *, size_type> ButtonValuePair;