Pavel Sanda ha scritto:
btw i'm trying to catch such threads and put them into
http://wiki.lyx.org/Devel/Diagrams .
Great. Also, the (reference point of the) return
value of buffer_view::coordOffset() and buffer_view::getPos(),
and the role of BufferView.wh_ would complete the
picture.
Guess coordPos() is the DocIterator coordinate relative
to the paragraph topleft corner (equal to baseline of
cursor pos relative to baseline of topleft paragraph char).
getPos() gives the on-screen coordinates of the DocIterator
*baseline* (hope so).
T.