gdk.event_property
Module for [EventProperty] class
class EventProperty
Types 1
classEventProperty
Describes a property change on a window.
Fields
GdkEventProperty _cInstanceMethods
void * _cPtr() nothrowgdk.types.EventType type() @property nothrowGet `type` field. Returns: the type of the event ([gdk.types.EventType.PropertyNotify]).void type(gdk.types.EventType propval) @property nothrowSet `type` field. Params: propval = the type of the event ([gdk.types.EventType.PropertyNotify]).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.void time(uint propval) @property nothrowSet `time` field. Params: propval = the time of the event in milliseconds.gdk.types.PropertyState state() @property nothrowGet `state` field. Returns: whether the property was changed ([gdk.types.PropertyState.NewValue]) or deleted ([gdk.types.PropertyState.Delete]).void state(gdk.types.PropertyState propval) @property nothrowSet `state` field. Params: propval = whether the property was changed ([gdk.types.PropertyState.NewValue]) or deleted ([gdk.types.PropertyState.Delete]).