]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
more guii moving around.
[lyx.git] / src / BufferView.h
index bb1a72c3a330f573bc66aff22155b87e2bd5b8b4..c19e2bbffe30177f9cc11887f45572987a4579c4 100644 (file)
@@ -64,7 +64,7 @@ public:
        ///
        void redraw();
        ///
-       void fitCursor();
+       bool fitCursor();
        ///
        void update();
        //
@@ -117,10 +117,12 @@ public:
        int sly;
        ///
        void insetUnlock();
+#if 0
        ///
        void insetSleep();
        ///
        void insetWakeup();
+#endif
        ///
        void replaceWord(string const & replacestring);
        ///
@@ -169,7 +171,7 @@ public:
        ///
        void hideLockedInsetCursor();
        ///
-       void fitLockedInsetCursor(int x, int y, int asc, int desc);
+       bool fitLockedInsetCursor(int x, int y, int asc, int desc);
        ///
        int unlockInset(UpdatableInset * inset);
        ///