Gdk.EventConfigure¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
height |
r/w |
the new height of the window. |
|
send_event |
r/w |
|
|
type |
r/w |
the type of the event ( |
|
width |
r/w |
the new width of the window. |
|
window |
r/w |
the window which received the event. |
|
x |
r/w |
the new x coordinate of the window, relative to its parent. |
|
y |
r/w |
the new y coordinate of the window, relative to its parent. |
Methods¶
None
Details¶
- class Gdk.EventConfigure¶
Generated when a window size or position has changed.