[plt-scheme] get caret position in text%

From: Robby Findler (robby at cs.uchicago.edu)
Date: Mon Jun 2 07:20:10 EDT 2008

If you want the line and column according to the soft line breaks,
look at the methods with the name "line" in them and if you want the
line and column according only to where newlines are in the buffer,
look for methods with the name "paragraph".

http://docs.plt-scheme.org/gui/text_.html

Robby

On Mon, Jun 2, 2008 at 12:15 AM, Martin DeMello <martindemello at gmail.com> wrote:
> How do I get the row and column the caret is currently at in a text% widget?
>
> martin
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.