[pygtk] gtk.StatusIcon and Custom Tooltip-like widgets

Mystilleef mystilleef at gmail.com
Wed Mar 28 12:07:53 WST 2007


On 3/27/07, Ed Catmur <ed at catmur.co.uk> wrote:
> On Tue, 2007-03-27 at 15:20 +0000, Mystilleef wrote:
> > Hello,
> >
> > I want to display a custom tooltip-like widget when the mouse pointer is
> > over a gtk.StatusIcon object. But I can't find any signal that is emitted
> > when the mouse pointer is over the gtk.StatusIcon object. What do I do?
> >
> > Thanks
>
> See http://bugzilla.gnome.org/show_bug.cgi?id=409435
> [Bug 409435] GtkStatusIcon regressions: DnD, scroll events, middle
> click, rich tooltips
> I don't have much time to code on it at the moment, so feel free to
> submit a patch.
>
> Ed

For now, I'm just using the root window to determine the position of
the cursor relative to the position of the gtk.StatusIcon object. When
I'm less busy I'll take a look at the bugzilla request.

Thanks


More information about the pygtk mailing list