gdk.event_configure

Module for [EventConfigure] class

Types 1

Generated when a window size or position has changed.

Fields
Methods
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.
byte sendEvent() @propertyGet `sendEvent` field. Returns: true if the event was sent explicitly.
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.
int width() @propertyGet `width` field. Returns: the new width of the window.
void width(int propval) @propertySet `width` field. Params: propval = the new width of the window.
int height() @propertyGet `height` field. Returns: the new height of the window.
void height(int propval) @propertySet `height` field. Params: propval = the new height of the window.
Constructors
this(void * ptr, Flag!"Take" take)