]> 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 d4858a6acd0800ad21ee851419ae2a6e01691042..509807d2c8f6fe832a513656f298899e2dd2dcc2 100644 (file)
@@ -54,6 +54,13 @@ public:
        /// 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();