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

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.