
8 May
2007
8 May
'07
11:52 a.m.
mandeep singh wrote:
i've got a bit of a problem. I need to use the index function of the Entry widget to get back a line.char structure. but there doesnt seem to be any support for this, yet, so i thought to write it but i dont know the procedure to get ouput from wish. any help appreciated. thanks!
in Tcl/Tk "Text" widget index has "line.char" but Entry has just numerical value. if you insist in having same format, then concatenate it with "1.", but I don't understand how this could be useful. Best regards, Vadim.