Retrieves the widget’s allocated size.
This function returns the last values passed to Widget.sizeAllocateWithBaseline. The value differs from the size returned in Widget.getAllocation in that functions like Widget.setHalign can adjust the allocation, but not the value returned by this function.
If a widget is not visible, its allocated size is 0.
a pointer to a GtkAllocation to copy to
a pointer to an integer to copy to
3.20
Retrieves the widget’s allocated size.
This function returns the last values passed to Widget.sizeAllocateWithBaseline. The value differs from the size returned in Widget.getAllocation in that functions like Widget.setHalign can adjust the allocation, but not the value returned by this function.
If a widget is not visible, its allocated size is 0.