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
The type of the event (
GDK_WINDOW_STATE
).window
The window which received the event.
send_event
TRUE
if the event was sent explicitly.changed_mask
Mask specifying what flags have changed.
new_window_state
The new window state, a combination of
GdkWindowState
bits.