gdk.event_window_state

Module for [EventWindowState] class

Types 1

Generated when the state of a toplevel window changes.

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