X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormTabular.h;h=08002a16b1df8b86460f3a981471f8ff4af7bdc0;hb=2c3af1475e2a408f725b5eea93583ee13e3d09cc;hp=15051e752c45b64ce421ef90be285c12f0f9e534;hpb=9c36dd0f40f2e2e90fce8b2f33519a5d99d9be8b;p=lyx.git diff --git a/src/frontends/xforms/FormTabular.h b/src/frontends/xforms/FormTabular.h index 15051e752c..08002a16b1 100644 --- a/src/frontends/xforms/FormTabular.h +++ b/src/frontends/xforms/FormTabular.h @@ -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 @@ -22,7 +22,6 @@ #endif #include "FormInset.h" -#include "xformsBC.h" class InsetTabular; struct FD_form_tabular; @@ -60,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(); @@ -89,6 +90,8 @@ private: int actCell_; /// The ButtonController ButtonController bc_; + /// if we are applying stuff during a close of the dialog + bool closing_; };