signal callback delegate or function to connect
void callback(uint button, uint activateTime, gtk.status_icon.StatusIcon statusIcon)
button the button that was pressed, or 0 if the signal is not emitted in response to a button press event (optional)
activateTime the timestamp of the event that triggered the signal emission (optional)
statusIcon the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PopupMenu signal.
Gets emitted when the user brings up the context menu of the status icon. Whether status icons can have context menus and how these are activated is platform-dependent.
The button and activate_time parameters should be passed as the last to arguments to gtk.menu.Menu.popup.
Unlike most G_SIGNAL_ACTION signals, this signal is meant to be used by applications and should be wrapped by language bindings.