]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / GuiView.h
index 43535538ff5deb17f593b84d0e80e211abd188ec..509807d2c8f6fe832a513656f298899e2dd2dcc2 100644 (file)
@@ -47,13 +47,20 @@ class GuiView : public QMainWindow, public LyXView {
        Q_OBJECT
 public:
        /// create a main window of the given dimensions
-       GuiView(Gui & owner);
+       GuiView();
 
        ~GuiView();
 
        /// initialize the object
        virtual void init();
 
+       ///
+       virtual void setGeometry(
+               unsigned int width,
+               unsigned int height,
+               int posx, int posy,
+               bool maximize);
+
        /// show - display the top-level window
        void show();