]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetCommand.h
index 7c0f29c2c64424c09ad36e2107d711a0df36299f..7173417ec5dc1e8059511394cb55aa879e01b2ec 100644 (file)
@@ -72,7 +72,8 @@ public:
                return p_[name];
        }
        ///
-       void edit(Cursor & cur, bool left);
+       void edit(Cursor & cur, bool front, 
+               EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);
        ///
        RenderButton & button() const { return button_; }
        ///