X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormDocument.h;h=5b28972e5ca074c11c7af8c34461ea5006b70dd9;hb=06c830f488023d8ff5c22cccee22c4effc8f65c3;hp=2f5d2fc8942ff1c73f4cddf213db2062f795c42a;hpb=833bd378438db00036983641d6a1ee26437a5300;p=lyx.git diff --git a/src/frontends/xforms/FormDocument.h b/src/frontends/xforms/FormDocument.h index 2f5d2fc894..5b28972e5c 100644 --- a/src/frontends/xforms/FormDocument.h +++ b/src/frontends/xforms/FormDocument.h @@ -4,7 +4,7 @@ * * LyX, The Document Processor * - * Copyright (C) 2000 The LyX Team. + * Copyright 2000-2001 The LyX Team. * * @author Jürgen Vigna * @@ -32,13 +32,12 @@ struct FD_form_doc_language; struct FD_form_doc_options; struct FD_form_doc_bullet; -/** This class provides an XForms implementation of the FormDocument Popup. +/** This class provides an XForms implementation of the FormDocument dialog. The table-layout-form here changes values for latex-tabulars @author Jürgen Vigna */ class FormDocument : public FormBaseBD { public: - /// #FormDocument x(Communicator ..., Popups ...);# FormDocument(LyXView *, Dialogs *); /// static void ComboInputCB(int, void *, Combox *); @@ -85,11 +84,11 @@ private: virtual void build(); /// Filter the inputs virtual bool input( FL_OBJECT *, long ); - /// Update the popup. + /// Update the dialog. virtual void update(); - /// Apply from popup + /// Apply from dialog virtual void apply(); - /// Cancel from popup + /// Cancel from dialog virtual void cancel(); ///