rollover effect

Simon Forman rogue_pedro at yahoo.com
Sat Aug 26 12:16:40 EDT 2006


groves wrote:
> Simon Forman wrote:
> > groves wrote:
> > > hi
> > > I am trying to get a roll over effect on my canvas.(this is a virtual
> > > program which will eventually fit into my final program)
> > >
> > > Exactly i have a text on my screen and I want to have a brief
> > > discription across it whenever the user takes the mouse on it n hence
> > > giving information about the type of text(event).
> > >
> > > Another thign i am looking for is to have a right click on that very
> > > text as well
> > > If somebody can put some light on it, then it would be really great for
> > > my project.
> > > Thank you in advance.
> >
> > What GUI system are you using?
> >
> > Peace,
> > ~Simon
>
>
> I am using python IDLE

IDLE's a IDE not a GUI, you can develop scripts with it that use many
different GUI systems.

Are you using Tkinter?  (If so, Python MegaWidgets, Pmw, is a great
resource.  It has rollover tooltips. http://pmw.sourceforge.net/ )

HTH,
~Simon




More information about the Python-list mailing list