gdk.event_any
Module for [EventAny] class
class EventAny
Types 1
classEventAny
Contains the fields which are common to all event structs. Any event pointer can safely be cast to a pointer to a #GdkEventAny to access these fields.
Fields
GdkEventAny _cInstanceMethods
void * _cPtr() nothrowvoid type(gdk.types.EventType propval) @property nothrowSet `type` field. Params: propval = the type of the event.gdk.window.Window window() @property nothrowGet `window` field. Returns: the window which received the event.void window(gdk.window.Window propval) @property nothrowSet `window` field. Params: propval = the window which received the event.byte sendEvent() @property nothrowGet `sendEvent` field. Returns: true if the event was sent explicitly.void sendEvent(byte propval) @property nothrowSet `sendEvent` field. Params: propval = true if the event was sent explicitly.