Package: gtk
Function gtk:layout-manager-measure
Lambda Listgtk:layout-manager-measure (layout widget orientation size) ArgumentsReturn Value minimum -- an integer with the minimum size for the given size and orientation natual -- an integer with the natural, or preferred size for the given size and orientation minimum-baseline -- an integer with the baseline position for the minimum size natural-baseline -- an integer with the baseline position for the natural size Details Measures the size of the widget using layout, for the given
orientation and size. See the gtk:widget objects geometry management section for more
details. | See also |
2024-4-12