Re: Changing fill in tkinter

2006-01-13 Thread venk
yes, it was a stupid mistake from my part in not pondering over the api fully. forgive me. anyways, ii was just looking for item configure. (I was spending all my time searching google rather than reading the api sincerely. duh...) -- http://mail.python.org/mailman/listinfo/python-list

Re: Changing fill in tkinter

2006-01-13 Thread Eric Brunel
On 13 Jan 2006 01:43:42 -0800, venk <[EMAIL PROTECTED]> wrote: > Hi, > I would like to know how to change the fill of things we put in a > tkinter's canvas. for example, if i create a rectangle and i would want > to change the fill of the rectangle once it is clicked... can we do > that? Not

Changing fill in tkinter

2006-01-13 Thread venk
Hi, I would like to know how to change the fill of things we put in a tkinter's canvas. for example, if i create a rectangle and i would want to change the fill of the rectangle once it is clicked... can we do that? -- http://mail.python.org/mailman/listinfo/python-list