]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormIndex.h
different low-level key handling for xforms 0.89, use signals in workarea, changes...
[features.git] / src / frontends / xforms / FormIndex.h
index e2ac09500c5a96d6267e81e418fec71cd2717489..5b8958542dcd285081bdaaac23cb701717de2654 100644 (file)
@@ -23,14 +23,10 @@ struct FD_form_index;
  */
 class FormIndex : public FormCommand {
 public:
-       /**@name Constructors and Destructors */
-       //@{
        ///
        FormIndex(LyXView *, Dialogs *);
        ///
        ~FormIndex();
-       //@}
-
 private:
        /// Build the dialog
        virtual void build();
@@ -44,10 +40,10 @@ private:
        virtual FL_FORM * const form() const;
        ///
        FD_form_index * build_index();
-
-
        /// 
-       int minh, minw;
+       int minh;
+       ///
+       int minw;
        /// Real GUI implementation.
        FD_form_index * dialog_;
 };