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