]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiView.h
index c0530c78faaeaa0a06977dc549558525f9ba6a5e..efada9f6a5de288b6fd821aa5edd0355763ff857 100644 (file)
@@ -245,6 +245,10 @@ public:
        void updateCompletion(Cursor & cur, bool start, bool keep);
 
 private:
+       ///
+       void saveLayout() const;
+       ///
+       void restoreLayout();
        ///
        GuiToolbar * toolbar(std::string const & name);
        ///
@@ -253,7 +257,8 @@ private:
        void initToolbars();
        ///
        void lfunUiToggle(FuncRequest const & cmd);
-
+       ///
+       void toggleFullScreen();
        ///
        void insertLyXFile(docstring const & fname);
        ///