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:GdkEventTypeThe type of the event (
GDK_WINDOW_STATE).window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.changed_mask:GdkWindowStateMask specifying what flags have changed.
new_window_state:GdkWindowStateThe new window state, a combination of
GdkWindowStatebits.