Gtk.StatusIcon::button-release-event
function callback(status_icon, event:Gdk.EventButton, ):Boolean;
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.
Since 2.14
- status_icon
instance of Gtk.StatusIcon that is emitting the signal
- event
the Gdk.EventButton which triggered this signal
- Returns
true to stop other handlers from being invoked for the event. false to propagate the event further.