in reply to Re: SuperText Widget
in thread SuperText Widget

Thanks but I already saw that one. The problem is you have to pass it the line number on which you want information. But that is exactly what I want .. i.e The line number.

Replies are listed 'Best First'.
Re: Re: Re: SuperText Widget
by stefan k (Curate) on Mar 30, 2001 at 19:32 UTC
    OK,
    sorry 'bout that. Then I'm out here :(

    Regards Stefan K

      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.