wxPython Q? floating window

M

mitsura

Hi,

I have a question about wxPython.
On Windows systems, you can point your mouse over most items on your
desktop and a after a second or so, a small window will pop-up with
extra info about the thing your pointing at (try e.g. move your mouse
over the time in the right corner and a window will pop-up with the
date).
I was wondering this can be done with wxPython. I basically want to
create a wxTree object and when I point the mouse over the objects in
the tree I would like to have these kind of smal pop-up windows that
display more info about the object you are pointing at.

Any help much appreciated.

Kris
 
S

Steve Holden

Hi,

I have a question about wxPython.
On Windows systems, you can point your mouse over most items on your
desktop and a after a second or so, a small window will pop-up with
extra info about the thing your pointing at (try e.g. move your mouse
over the time in the right corner and a window will pop-up with the
date).
I was wondering this can be done with wxPython. I basically want to
create a wxTree object and when I point the mouse over the objects in
the tree I would like to have these kind of smal pop-up windows that
display more info about the object you are pointing at.

Any help much appreciated.
See wxToolTip - you can set a tooltip with the SetToolTip method on most
objects.

regards
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,290
Messages
2,571,452
Members
48,129
Latest member
DianneCarn

Latest Threads

Top