---------- Forwarded message ---------- From: Mystilleef <[EMAIL PROTECTED]> Date: Mar 28, 2007 4:03 AM Subject: Re: [pygtk] gtk.StatusIcon and Custom Tooltip-like widgets To: Christopher Backhouse <[EMAIL PROTECTED]>
On 3/27/07, Christopher Backhouse <[EMAIL PROTECTED]> wrote:
gtk.StatusIcons have a signal "popup-menu"
Yes, but it's not useful for a tooltip-like objects. The "popup-menu" signal is only activated when the right mouse button is clicked. I need a signal that is emitted when the mouse pointer is over the gtk.StatusIcon. If the gtk.StatusIcon was a widget object, that would have been easy, but apparently it's not so I'm resorting to a hack. Thanks for the suggestion. Cheers _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
