]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMinipage.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormMinipage.h
index f905c1a2c9e33ef05a9588e8a4692a9a47637154..f43264b1614980a11853c55c2ffd4960f157bc83 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormMinipage.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Vigna, jug@sad.it
+ * \author Jürgen Vigna
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMMINIPAGE_H
 #include "FormBase.h"
 
 class ControlMinipage;
-struct FD_form_minipage;
+struct FD_minipage;
 
 /** This class provides an XForms implementation of the Minipage
     Dialog.
  */
 class FormMinipage
-       : public FormCB<ControlMinipage, FormDB<FD_form_minipage> > {
+       : public FormCB<ControlMinipage, FormDB<FD_minipage> > {
 public:
        ///
-       FormMinipage(ControlMinipage &);
+       FormMinipage();
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();
@@ -36,9 +38,6 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-
-       /// Fdesign generated method
-       FD_form_minipage * build_minipage();
 };
 
 #endif // FORMMINIPAGE_H