]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormUrl.h
index 35feadd4fcb7e55538f39c8a911a84a51b78ee36..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,6 +28,8 @@ public:
        ///
        ~FormUrl();
 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_url * build_url();
-       /// 
-       int minh;
-       ///
-       int minw;
        /// Real GUI implementation.
        FD_form_url * dialog_;
 };