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()gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.Configure]).void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.Configure]).gdk.window.Window window() @propertyGet `window` field. Returns: the window which received the event.void window(gdk.window.Window propval) @propertySet `window` field. Params: propval = the window which received the event.void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly.int x() @propertyGet `x` field. Returns: the new x coordinate of the window, relative to its parent.void x(int propval) @propertySet `x` field. Params: propval = the new x coordinate of the window, relative to its parent.int y() @propertyGet `y` field. Returns: the new y coordinate of the window, relative to its parent.void y(int propval) @propertySet `y` field. Params: propval = the new y coordinate of the window, relative to its parent.void height(int propval) @propertySet `height` field. Params: propval = the new height of the window.