[ltk-user] Question about scrolled-text widget
Peter Herth
herth at peter-herth.de
Mon Aug 20 09:31:26 UTC 2007
On 8/17/07, Cunningham, Jeff <jeffrey.k.cunningham at boeing.com> wrote:
> What is the format for specifying position with the SEE function? I've
> tried
>
> (see textbox '(0 0)) as the only obvious thing I could think of, but it
> doesn't like that.
>
The argument passed to see is currently given to Tk without any
processing - so you have to give it in an (unlispy) style, either like
"line.char" so in your case "1.0" (line numbering starts with 1) or
the word "end" for the end of the text.
Peter
More information about the ltk-user
mailing list