]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_cursor.h
index 91a52bb00959eb2c1bc93a180c409a9c6bc24599..ef9172a0ad87f3a8394fc03a8d6b6fa7584f96a3 100644 (file)
@@ -235,6 +235,8 @@ public:
        void dump(char const * str) const;
        ///
        void stripFromLastEqualSign();
+       /// moves on 
+       void setSelection(cursor_type const & where, size_type n);
 
        ///
        friend class Selection;