in reply to Re: Re: SuperText Widget
in thread SuperText Widget

OK,
sorry 'bout that. Then I'm out here :(

Regards Stefan K

Replies are listed 'Best First'.
Re: Re: Re: Re: SuperText Widget
by 2tall (Initiate) on Mar 30, 2001 at 19:58 UTC
    I found my answer. Just thought I'd share it with you guys. The SuperText widget uses the Text widget as a superclass so all of the functions of the Text Widget apply here. The Text widget has a function that will return the current line and column in the line.col format. $text_widget->index( 'insert ') should do the trick. Thanks again for your help stefan_k.