Gdk.EventAny¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
send_event |
r/w |
|
|
type |
r/w |
the type of the event. |
|
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.