]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormPrint.h
index 55417b75db23c6488a20856886f58c230bb59d6f..5357913feb6f3b0f51f3bc16b32c195f30bbe2bc 100644 (file)
@@ -31,7 +31,7 @@ struct FD_form_print;
 /** This class provides an XForms implementation of the FormPrint Dialog.
     The print dialog allows users to print their documents.
  */
-class FormPrint : public FormBase {
+class FormPrint : public FormBaseBD {
 public:
        /// #FormPrint x(LyXView ..., Dialogs ...);#
        FormPrint(LyXView *, Dialogs *);
@@ -44,13 +44,13 @@ private:
        /// Apply from dialog
        virtual void apply();
        /// Filter the inputs
-       virtual bool input(long);
-       ///
-       virtual void connect();
+       virtual bool input(FL_OBJECT *, long);
        /// Pointer to the actual instantiation of the xform's form
-       virtual FL_FORM * const form() const;
+       virtual FL_FORM * form() const;
        /// Build the dialog
        virtual void build();
+       /// Open the file browse dialog.
+       void browse();
 
        ///
        FD_form_print * build_print();