]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormTabular.h
index f670800a13d028c30726f065bca07da9516dd996..08002a16b1df8b86460f3a981471f8ff4af7bdc0 100644 (file)
@@ -59,6 +59,8 @@ private:
        virtual bool input(FL_OBJECT *, long);
        /// Pointer to the actual instantiation of the xforms form
        virtual FL_FORM * form() const;
+       ///
+       virtual int checkLongtableOptions(FL_OBJECT *, string &);
 
        /// Fdesign generated methods
        FD_form_tabular * build_tabular();
@@ -88,6 +90,8 @@ private:
        int actCell_;
        /// The ButtonController
        ButtonController<OkCancelReadOnlyPolicy, xformsBC> bc_;
+       /// if we are applying stuff during a close of the dialog
+       bool closing_;
 };