gdk.event_window_state

Module for [EventWindowState] class

Types 1

Generated when the state of a toplevel window changes.

Fields
Methods
void * _cPtr()
gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.WindowState]).
void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.WindowState]).
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.
gdk.types.WindowState changedMask() @propertyGet `changedMask` field. Returns: mask specifying what flags have changed.
void changedMask(gdk.types.WindowState propval) @propertySet `changedMask` field. Params: propval = mask specifying what flags have changed.
gdk.types.WindowState newWindowState() @propertyGet `newWindowState` field. Returns: the new window state, a combination of #GdkWindowState bits.
void newWindowState(gdk.types.WindowState propval) @propertySet `newWindowState` field. Params: propval = the new window state, a combination of #GdkWindowState bits.
Constructors
this(void * ptr, Flag!"Take" take)