Gdk.EventConfigure¶
Fields¶
Name | Type | Access | Description |
---|---|---|---|
height | int |
r/w | the new height of the window. |
send_event | int |
r/w | True if the event was sent explicitly. |
type | Gdk.EventType |
r/w | the type of the event (Gdk.EventType.CONFIGURE ). |
width | int |
r/w | the new width of the window. |
window | Gdk.Window |
r/w | the window which received the event. |
x | int |
r/w | the new x coordinate of the window, relative to its parent. |
y | int |
r/w | the new y coordinate of the window, relative to its parent. |
Methods¶
None