Struct
GdkEventWindowState
Description [src]
struct GdkEventWindowState {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
GdkWindowState changed_mask;
GdkWindowState new_window_state;
}
Generated when the state of a toplevel window changes.
Structure members
type:
GdkEventType
The type of the event (
GDK_WINDOW_STATE
).window:
GdkWindow
The window which received the event.
send_event:
gint8
TRUE
if the event was sent explicitly.changed_mask:
GdkWindowState
Mask specifying what flags have changed.
new_window_state:
GdkWindowState
The new window state, a combination of
GdkWindowState
bits.