Gdk.EventWindowState - Structures - Gdk 3.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
changed_mask | Gdk.WindowState | r/w | mask specifying what flags have changed. |
new_window_state | Gdk.WindowState | r/w | the new window state, a combination of Gdk.WindowState bits. |
send_event | int | r/w | True if the event was sent explicitly. |
type | Gdk.EventType | r/w | the type of the event (Gdk.EventType.WINDOW_STATE). |
window | Gdk.Window | r/w | the window which received the event. |
Methods¶
None
Details¶
class Gdk.EventWindowState¶
Generated when the state of a toplevel window changes.