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.
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.