Re: [Tkinter-discuss] Button Overrelief

2006-06-29 Thread Michael Foord
Fredrik Lundh wrote: > Michael Foord wrote: > > >> 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 th

[Tkinter-discuss] 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

Re: [Tkinter-discuss] Button Overrelief

2006-06-27 Thread Fredrik Lundh
Michael Foord wrote: > 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 ? same as RELIEF; see

[Tkinter-discuss] Button Overrelief

2006-06-27 Thread Michael Foord
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