Gdk.EventAny - Structures - Gdk 3.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
send_event | int | r/w | True if the event was sent explicitly. |
type | Gdk.EventType | r/w | the type of the event. |
window | Gdk.Window | r/w | the window which received the event. |
Methods¶
None
Details¶
class Gdk.EventAny¶
Contains the fields which are common to all event structs. Any event pointer can safely be cast to a pointer to a Gdk.EventAny to access these fields.