]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
More pref work from Angus
[lyx.git] / src / frontends / xforms / FormUrl.h
index 1c7703ea29e6deafe6b5260f7cb44d029776459a..3aa21d665be0d47e5f3bb9de0ae8d1d573aec1d3 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface
 #endif
 
-#include "FormCommand.h"
+#include "FormInset.h"
 struct FD_form_url;
 
 /** This class provides an XForms implementation of the FormUrl Dialog.
@@ -28,22 +28,18 @@ public:
        ///
        ~FormUrl();
 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_url * build_url();
-       /// 
-       int minh;
-       ///
-       int minw;
        /// Real GUI implementation.
        FD_form_url * dialog_;
 };