[Tutor] Tkinter: 'explanation text' when the mouse is over an image button ?

learner404 learner404 at gmail.com
Fri Sep 1 11:58:27 CEST 2006


Hello,

With a Tkinter app I have buttons with an image filling each button like
this,

bu10=Button(frame2, image=picPlay, bg="white", command=play)

I want to give a small explanation of each button when the user puts the
mouse over the picture (something like the title tag in a hyperlink).
I thougth I saw this in Tkinter but can't find it here:
http://effbot.org/tkinterbook/button.htm

Thanks for any suggestions to achieve this.

learner404
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20060901/b44d4849/attachment.htm 


More information about the Tutor mailing list