]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XFormsView.h
Move init() back to LyXView
[lyx.git] / src / frontends / xforms / XFormsView.h
index ae738f139e395e7fcda0fdc95e2ba23333aeddcd..cd2d8877eaeedd3d72774e381e5ef4120189f07b 100644 (file)
@@ -31,12 +31,15 @@ public:
        XFormsView(int w, int h);
 
        ~XFormsView();
-       /// Where to place the form.
-       virtual void setPosition(int, int);
-       /// Show the main form.
-       virtual void show(int, int, string const & t = string("LyX"));
-       /// init (should probably be removed later) (Lgb)
-       virtual void init();
+
+        /**
+         * show - display the top-level window
+         * @param xpos requested x position (or 0)
+         * @param xpos requested y position (or 0)
+         * @param title window title
+         */
+       void show(int xpos, int ypos, string const & t = string("LyX"));
        /// get the xforms main form
        FL_FORM * getForm() const;
        /// redraw the main form.