gdk.event_configure

Module for [EventConfigure] class

Types 1

Generated when a window size or position has changed.

Fields
Methods
void * _cPtr() nothrow
gdk.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.
int width() @property nothrowGet `width` field. Returns: the new width of the window.
void width(int propval) @property nothrowSet `width` field. Params: propval = the new width of the window.
int height() @property nothrowGet `height` field. Returns: the new height of the window.
void height(int propval) @property nothrowSet `height` field. Params: propval = the new height of the window.
Constructors
this(void * ptr, Flag!"Take" take)