]> 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 28acdcc4ca3fc2720dac563a14b001b010debb8c..5357913feb6f3b0f51f3bc16b32c195f30bbe2bc 100644 (file)
@@ -40,7 +40,7 @@ public:
 
 private:
        /// Update the dialog.
-       virtual void update(bool switched = false);
+       virtual void update();
        /// Apply from dialog
        virtual void apply();
        /// Filter the inputs
@@ -49,6 +49,8 @@ private:
        virtual FL_FORM * form() const;
        /// Build the dialog
        virtual void build();
+       /// Open the file browse dialog.
+       void browse();
 
        ///
        FD_form_print * build_print();