Hiding/showing Tkinter.Canvas items
Marc Boeren
M.Boeren at guidance.nl
Thu Feb 19 03:44:54 EST 2004
Hi,
> > mycanvas.itemconfigure("highlight", state='hidden')
>
> Easy, once you know it :-)
It takes a bit of searching and experimenting, but once you know .configure
and .itemconfigure and also know where to find a list of options
(http://www.tcl.tk/man/tcl8.4/TkCmd/canvas.htm), there's a lot you can do.
The Canvas widget has amazed me with its flexibility and power: I love it!
Cheerio, Marc.
More information about the Python-list
mailing list