Re: tkinter paint program

2007-04-24 Thread Gigs_
Wojciech Muła wrote: > Gigs_ wrote: >> I'm working on tkinter paint program, mostly to learn tkinter canvas. >> I have method which create buttons for oval, rectangle, line, polygon >> etc. >> How to make oval button to be sunken when i click it and to remain &g

Re: tkinter paint program

2007-04-24 Thread Wojciech Muła
Gigs_ wrote: > I'm working on tkinter paint program, mostly to learn tkinter canvas. > I have method which create buttons for oval, rectangle, line, polygon etc. > How to make oval button to be sunken when i click it and to remain > sunken until i click on another button (like r

tkinter paint program

2007-04-24 Thread Gigs_
I'm working on tkinter paint program, mostly to learn tkinter canvas. I have method which create buttons for oval, rectangle, line, polygon etc. How to make oval button to be sunken when i click it and to remain sunken until i click on another button (like rectangle and than is another b