]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
Add a boolean to GuiWorkArea::redraw to indicate whether the metrics must be updated...
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index 1f44c5cef5995d21c11418520a578276ccf1b24d..8585b25aedf4f56d6ada8a105f0a1d436061fed5 100644 (file)
@@ -126,7 +126,7 @@ public:
        ///
        BufferView const & bufferView() const;
        ///
-       void redraw();
+       void redraw(bool update_metrics);
        ///
        void stopBlinkingCursor();
        ///
@@ -320,8 +320,8 @@ Q_SIGNALS:
 public Q_SLOTS:
        /// close current buffer, or the one given by \c clicked_tab_
        void closeCurrentBuffer();
-       /// close current tab, or the one given by \c clicked_tab_
-       void closeCurrentTab();
+       /// hide current tab, or the one given by \c clicked_tab_
+       void hideCurrentTab();
        /// close the tab given by \c index
        void closeTab(int index);
        ///