X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FXFormsView.h;h=cd2d8877eaeedd3d72774e381e5ef4120189f07b;hb=1ff9cadb81d675f3192315600fd949e7927a64d6;hp=ae738f139e395e7fcda0fdc95e2ba23333aeddcd;hpb=ab5f0efdcbc357141375f7e7c53aa9f2cbdf2f45;p=lyx.git diff --git a/src/frontends/xforms/XFormsView.h b/src/frontends/xforms/XFormsView.h index ae738f139e..cd2d8877ea 100644 --- a/src/frontends/xforms/XFormsView.h +++ b/src/frontends/xforms/XFormsView.h @@ -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.