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
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
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
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