]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
hopefully fix tex2lyx linking.
[lyx.git] / src / cursor.h
index 1f22fc07d9edd152746e4d41ac3ecb31dec67d80..46f1834f191df2957166ab25954d133c28701eee 100644 (file)
@@ -86,7 +86,7 @@ public:
        /// access start of selection
        DocIterator selectionEnd() const;
        ///
-       void selHandle(bool selecting);
+       bool selHandle(bool selecting);
        //
        docstring selectionAsString(bool label) const;
        ///
@@ -158,8 +158,8 @@ public:
        void undispatched();
        /// the event was already dispatched
        void dispatched();
-       /// call update() when done
-       void needsUpdate();
+       /// Set which update should be done
+       void updateFlags(Update::flags f);
        /**
         * don't call update() when done
         *
@@ -289,7 +289,7 @@ public:
        /// display an error message
        void errorMessage(docstring const & msg) const;
        ///
-       std::string getPossibleLabel();
+       docstring getPossibleLabel();
 
        /// moves position somehow up or down
        bool goUpDown(bool up);