gdk.event_window_state
Module for [EventWindowState] class
class EventWindowState
Types 1
classEventWindowState
Generated when the state of a toplevel window changes.
Fields
GdkEventWindowState _cInstanceMethods
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.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.