]> 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 7c3207391ff085b26f6d40a8e9c0fc96ad112b33..6714b1d06ff06ef80fafb1f6e2fcd6ae67b55cb2 100644 (file)
@@ -28,20 +28,18 @@ public:
        ///
        ~FormIndex();
 private:
+       /// Connect signals etc. Set form's max size.
+       virtual void connect();
        /// Build the dialog
        virtual void build();
        /// Update dialog before showing it
-       virtual void update(bool switched = false);
+       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 * form() const;
        ///
        FD_form_index * build_index();
-       /// 
-       int minh;
-       ///
-       int minw;
        /// Real GUI implementation.
        FD_form_index * dialog_;
 };