gdk.event_configure
Module for [EventConfigure] class
class EventConfigure
Types 1
classEventConfigure
Generated when a window size or position has changed.
Fields
GdkEventConfigure _cInstanceMethods
void * _cPtr() nothrowgdk.types.EventType type() @property nothrowGet `type` field. Returns: the type of the event ([gdk.types.EventType.Configure]).void type(gdk.types.EventType propval) @property nothrowSet `type` field. Params: propval = the type of the event ([gdk.types.EventType.Configure]).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.int x() @property nothrowGet `x` field. Returns: the new x coordinate of the window, relative to its parent.void x(int propval) @property nothrowSet `x` field. Params: propval = the new x coordinate of the window, relative to its parent.int y() @property nothrowGet `y` field. Returns: the new y coordinate of the window, relative to its parent.void y(int propval) @property nothrowSet `y` field. Params: propval = the new y coordinate of the window, relative to its parent.void width(int propval) @property nothrowSet `width` field. Params: propval = the new width of the window.void height(int propval) @property nothrowSet `height` field. Params: propval = the new height of the window.