button_release_event
Description:
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.
Parameters:
event |
the EventButton which triggered this signal |
Returns:
true to stop other handlers from being invoked for the event. false to propagate the event further. |