Package: gtk

Function gtk:widget-size-allocate

Lambda List

gtk:widget-size-allocate (widget allocation baseline)

Arguments

widget -- a gtk:widget object
allocation -- a gdk:rectangle instance for the position and size to be allocated to widget
baseline -- an integer for the baseline of the child widget, or -1

Details

Allocates the widget with a transformation that translates the origin to the position in allocation. This is a simple form of the gtk:widget-allocate function.
 

See also

2025-2-13