Package: gtk
Function gtk:layout-manager-measure
Lambda Listgtk:layout-manager-measure (layout widget orientation size) SyntaxArgumentsDetails Measures the size of the widget using layout, for the given
orientation and size. For instance, if the orientation is :horizontal, this
is the height of the widget, if the orientation is :vertical, this is the width of the widget, this allows
to measure the height for the given width, and the width for the given height, use -1 if the size is not known. See the gtk:widget objects geometry
management section for more details. | See also |
2025-08-07