]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormPrint.h
(Rob Lahaye): updates to the xforms print, spellchecker, texinfo and wrap
[features.git] / src / frontends / xforms / FormPrint.h
index 9016a91f472e44e366ac4af662c8701e7bf18d12..2bc487ab674bf75157ed17e7c11b6710377ee24d 100644 (file)
@@ -39,13 +39,14 @@ private:
        virtual void build();
        /// Update the dialog.
        virtual void update();
+
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
        /// print target
        RadioButtonGroup target_;
-       /// which pages
-       RadioButtonGroup which_pages_;
+       /// all pages or from/to
+       RadioButtonGroup all_pages_;
 };
 
 #endif // FORMPRINT_H