GtkAllocation

A GtkAllocation of a widget represents region which has been allocated to the widget by its parent. It is a subregion of its parents allocation. See the section called “Size Allocation” for more information. gint x; the X position of the widget's area relative to its parents allocation. gint y; the Y position of the widget's area relative to its parents allocation. gint width; the width of the widget's allocated area. gint height; the height of the widget's allocated area.

struct GtkAllocation {}

Members

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta