]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/XFormsView.h
New lyx_gui namespace. Some working out to be done still ..
[features.git] / src / frontends / xforms / XFormsView.h
index ae738f139e395e7fcda0fdc95e2ba23333aeddcd..cfa8db5ca1f9b5444c76f77aeafbe24c3238e40a 100644 (file)
@@ -31,10 +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"));
+
+        /**
+         * 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"));
        /// init (should probably be removed later) (Lgb)
        virtual void init();
        /// get the xforms main form