]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
* up/down jumps between macro parameters
[lyx.git] / src / mathed / MathMacro.h
index 6193ec62febe70403c10a28fc4833e7acb52aea8..8e9f1b23d051560462e892d7340cc94058b988a7 100644 (file)
@@ -48,6 +48,8 @@ public:
        /// target pos when we enter the inset from the right by pressing "Left"
        bool idxLast(Cursor &) const;
        ///
+       bool idxUpDown(Cursor & cur, bool up) const;
+       ///
        virtual bool notifyCursorLeaves(Cursor &);
        ///
        docstring name() const;