Package: gtk
Function gtk:widget-measure
Lambda Listgtk:widget-measure (widget orientation for-size) ArgumentsReturn Value minimum -- an integer with the minimum size natural -- an integer with the natural size 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 widget in the orientation orientation and for the given for-size. As an example, if orientation is :horizontal and for-size
is 300, this functions will compute the minimum and natural width of widget if it is allocated at a height of 300 pixels. | See also |
2025-2-15