]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormIndex.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / FormIndex.h
index 5b8958542dcd285081bdaaac23cb701717de2654..6714b1d06ff06ef80fafb1f6e2fcd6ae67b55cb2 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface
 #endif
 
-#include "FormCommand.h"
+#include "FormInset.h"
 struct FD_form_index;
 
 /** This class provides an XForms implementation of the FormIndex Dialog.
@@ -28,22 +28,18 @@ public:
        ///
        ~FormIndex();
 private:
+       /// Connect signals etc. Set form's max size.
+       virtual void connect();
        /// Build the dialog
        virtual void build();
-       /// Not used but must be instantiated
-       virtual void input( long ) {}
        /// Update dialog before showing it
        virtual void update();
        /// Apply from dialog (modify or create inset)
        virtual void apply();
        /// Pointer to the actual instantiation of the xform's form
-       virtual FL_FORM * const form() const;
+       virtual FL_FORM * form() const;
        ///
        FD_form_index * build_index();
-       /// 
-       int minh;
-       ///
-       int minw;
        /// Real GUI implementation.
        FD_form_index * dialog_;
 };