[ Version ( since = "2.14" ) ]
public virtual signal bool button_press_event (EventButton event)
The button_press_event signal will be emitted when a button (typically from a mouse) is pressed.
Whether this event is emitted is platform-dependent. Use the activate and popup_menu signals in preference.
event |
the EventButton which triggered this signal |
true to stop other handlers from being invoked for the event. false to propagate the event further. |