From c7c1ec103f02a976d2b41f13792cc1b0edd5382b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sun, 15 Aug 2004 21:59:29 +0000 Subject: [PATCH] prepare for fat changes... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8949 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxtext.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lyxtext.h b/src/lyxtext.h index ceb03c23bf..1eb3158c8a 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -100,6 +100,10 @@ public: /// rebreaks the cursor par void redoParagraph(LCursor & cur); + /// returns pos in given par at given x coord + pos_type x2pos(par_type pit, int row, int x) const; + int pos2x(par_type pit, pos_type pos) const; + /// void toggleFree(LCursor & cur, LyXFont const &, bool toggleall = false);