]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.h
use exclicit temp var
[lyx.git] / src / frontends / xforms / FormTabular.h
index ee230ddf4ed076f78129ff0a98e16256b94ffb75..08002a16b1df8b86460f3a981471f8ff4af7bdc0 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2000 The LyX Team.
+ *          Copyright 1995-2001 The LyX Team.
  *
  *======================================================*/
 /* FormTabular.h
@@ -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_;
 };