]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / MathMacro.h
index 1296aa140b07a00c42b1f7375366e3c94267d150..a4928f1cd58f7f4ded1d5e47ac319107411c1dc4 100644 (file)
@@ -46,7 +46,7 @@ public:
        void cursorPos(BufferView const & bv, CursorSlice const & sl,
                bool boundary, int & x, int & y) const;
        ///
-       void edit(Cursor & cur, bool left);
+       void edit(Cursor & cur, bool front, EntryDirection entry_from);
        ///
        Inset * editXY(Cursor & cur, int x, int y);
 
@@ -155,7 +155,7 @@ private:
        DisplayMode displayMode_;
        /// expanded macro with ArgumentProxies
        InsetMathSqrt expanded_;
-       /// editing look of macro
+       /// macro definition with #1,#2,.. insets
        MathData definition_;
        /// number of arguments that were really attached
        size_t attachedArgsNum_;