GdkEventConfigure

Generated when a window size or position has changed.

Members

Variables

height
int height;

the new height of the window.

sendEvent
byte sendEvent;

TRUE if the event was sent explicitly.

type
GdkEventType type;

the type of the event (GDK_CONFIGURE).

width
int width;

the new width of the window.

window
GdkWindow* window;

the window which received the event.

x
int x;

the new x coordinate of the window, relative to its parent.

y
int y;

the new y coordinate of the window, relative to its parent.