]> git.lyx.org Git - features.git/commit
simplify BufferView::moveToPosition() use for the external use (in LyXView and LyXFunc).
authorAbdelrazak Younes <younes@lyx.org>
Wed, 22 Aug 2007 14:25:51 +0000 (14:25 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 22 Aug 2007 14:25:51 +0000 (14:25 +0000)
commite809647c77ac3d9fb8ee50706c84b5c7688cf996
treef8819885b5c013f046664994993fa516a38154b7
parent5203c56db4dcf190280cd46b5e20358e7c226665
simplify BufferView::moveToPosition() use for the external use (in LyXView and LyXFunc).

* BufferView::moveToPosition()
- now only return success boolean
- now schedule a screen centering
- now set the current font to the new position.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19722 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/BufferView.h
src/LyXFunc.cpp
src/frontends/LyXView.cpp