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.
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.