Re: Underlining text on canvas



On 30 Dec 2005 15:17:23 -0800, "bluetit" <capricious.falcon@xxxxxxxxx>
wrote:

>No, the canvas items don't have a -underline option.
>But thanks anyway :)

Sorry,
but you _could_ of course put a text widget on the canvas (setting -bd
to 0 will remove any border line, so you just have a white area where
you can place text - probably no visual difference to a canvas' text
item).
Is the user supposed to interact with the text you display (like
clicking on it) ? Then a text widget might make life actually a bit
easier.
If not, you would probably want to disable the text widget after
updating it (else adventurous users will start putting text into it).
Good luck
Helmut Giese
.