Package: gtk

Function gtk:widget-queue-allocate

Lambda List

gtk:widget-queue-allocate (widget)

Arguments

widget -- a gtk:widget object

Details

Flags the widget for a rerun of the size_allocate () virtual function. Use this function instead of the gtk:widget-queue-resize function when the size request of the widget did not change but it wants to reposition its contents. An example user of this function is the gtk:widget-halign function.

This function is only for use in widget implementations.
 

See also

2025-2-13