]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / BufferView_pimpl.h
index 9391bb6d2f791b52b4f672af8fe611f5f0d022e9..5ced20cb094a9fd8e00d97e8a1b95bb66f74e6a1 100644 (file)
@@ -102,10 +102,12 @@ struct BufferView::Pimpl : public SigC::Object {
        bool isSavedPosition(unsigned int i);
        ///
        void setState();
+#if 0
        ///
        void insetSleep();
        ///
        void insetWakeup();
+#endif
        ///
        void insetUnlock();
        ///
@@ -200,7 +202,7 @@ private:
        ///
        std::vector<Position> saved_positions;
        ///
-       void moveCursorUpdate(bool selecting);
+       void moveCursorUpdate(bool selecting, bool fitcur = true);
        /// Get next inset of this class from current cursor position
        Inset * getInsetByCode(Inset::Code code);
        ///