GdkEventWindowState

Generated when the state of a toplevel window changes.

Members

Variables

changedMask
GdkWindowState changedMask;

mask specifying what flags have changed.

newWindowState
GdkWindowState newWindowState;

the new window state, a combination of GdkWindowState bits.

sendEvent
byte sendEvent;

TRUE if the event was sent explicitly.

type
GdkEventType type;

the type of the event (GDK_WINDOW_STATE).

window
GdkWindow* window;

the window which received the event.