GdkEventConfigure

Generated when a window size or position has changed. GdkEventType type; the type of the event (GDK_CONFIGURE). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). gint x; the new x coordinate of the window, relative to its parent. gint y; the new y coordinate of the window, relative to its parent. gint width; the new width of the window. gint height; the new height of the window.

Members

Variables

height
int height;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
width
int width;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Meta