Re: Tkinter - Button Overrelief

2006-06-27 Thread Fuzzyman
Eric Brunel wrote: > On Tue, 27 Jun 2006 14:06:05 +0200, Fuzzyman <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > > I have some Tkinter buttons that display images. I would like to change > > these to 'active' images when the mouse is over the button. > > > > I see that the button widget can tak

Re: Tkinter - Button Overrelief

2006-06-27 Thread Eric Brunel
On Tue, 27 Jun 2006 14:06:05 +0200, Fuzzyman <[EMAIL PROTECTED]> wrote: > Hello all, > > I have some Tkinter buttons that display images. I would like to change > these to 'active' images when the mouse is over the button. > > I see that the button widget can take an 'overrelief' argument in the >

Tkinter - Button Overrelief

2006-06-27 Thread Fuzzyman
Hello all, I have some Tkinter buttons that display images. I would like to change these to 'active' images when the mouse is over the button. I see that the button widget can take an 'overrelief' argument in the constructor. What values can this take ? Also - can anyone provide an example of us