]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormIndex.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormIndex.h
index b47d48edb6cd3220de883cc1baf320cf9bbfea0d..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,6 +28,8 @@ 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
@@ -38,10 +40,6 @@ private:
        virtual FL_FORM * form() const;
        ///
        FD_form_index * build_index();
-       /// 
-       int minh;
-       ///
-       int minw;
        /// Real GUI implementation.
        FD_form_index * dialog_;
 };