signal callback delegate or function to connect
bool callback(gdk.event_button.EventButton event, gtk.status_icon.StatusIcon statusIcon)
event the #GdkEventButton which triggered this signal (optional)
statusIcon the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the event. false to propagate the event further.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ButtonReleaseEvent signal.
The ::button-release-event signal will be emitted when a button (typically from a mouse) is released.
Whether this event is emitted is platform-dependent. Use the ::activate and ::popup-menu signals in preference.