Widget.setAllocation

Sets the widget's allocation. This should not be used directly, but from within a widget's size_allocate method. Since 2.18

class Widget
void
setAllocation

Parameters

allocation GtkAllocation

a pointer to a GtkAllocation to copy from

Meta