Gtk.EventControllerLegacy¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Emitted for each GDK event delivered to controller. |
Fields¶
- Inherited:
Class Details¶
- class Gtk.EventControllerLegacy(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GtkEventControllerLegacy
is an event controller that provides raw access to the event stream.It should only be used as a last resort if none of the other event controllers or gestures do the job.
Signal Details¶
- Gtk.EventControllerLegacy.signals.event(event_controller_legacy, event)¶
- Signal Name:
event
- Flags:
- Parameters:
event_controller_legacy (
Gtk.EventControllerLegacy
) – The object which received the signalevent (
Gdk.Event
) – theGdkEvent
which triggered this signal
- Returns:
True
to stop other handlers from being invoked for the event and the emission of this signal.False
to propagate the event further.- Return type:
Emitted for each GDK event delivered to controller.