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 ( |
window |
The window which received the event. |
send_event |
|
changed_mask |
Mask specifying what flags have changed. |
new_window_state |
The new window state, a combination of
|