* they are conceptionally the same and should be merged

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18743 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-06-11 18:29:11 +00:00
parent b7ce285f8b
commit 82c2fbf81a

View File

@ -149,6 +149,7 @@ public:
CursorSlice const & sl, bool boundary, int & x, int & y) const;
/// is this an inset that can be moved into?
/// FIXME: merge with editable()
virtual bool isActive() const { return nargs() > 0; }
/// Where should we go when we press the up or down cursor key?
virtual bool idxUpDown(Cursor & cur, bool up) const;