GdkEventWindowState

Generated when the state of a toplevel window changes. GdkEventType type; the type of the event (GDK_WINDOW_STATE). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkWindowState changed_mask; mask specifying what flags have changed. GdkWindowState new_window_state; the new window state, a combination of GdkWindowState bits.

Members

Variables

changedMask
GdkWindowState changedMask;
Undocumented in source.
newWindowState
GdkWindowState newWindowState;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.

Meta