]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormPrint.h
index 9016a91f472e44e366ac4af662c8701e7bf18d12..0228ad38631571e64797802d7de36f1aa0937809 100644 (file)
@@ -1,23 +1,19 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormPrint.h
- * Copyright 1999-2001 Allan Rae
+ * \file FormPrint.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Allan Rae
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMPRINT_H
 #define FORMPRINT_H
 
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 #include "RadioButtonGroup.h"
@@ -39,13 +35,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