Package: gtk
Function gtk:widget-size
Lambda Listgtk:widget-size (widget orientation) ArgumentsReturn Value The integer with the size of the widget in the given orientation. Details
Returns the content width or height of the widget, depending on the given
orientation. This is equivalent to calling the gtk:widget-width function for the :horizontal value or the gtk:widget-height function for the :vertical value, but can be used when writing orientation independent code, such as when implementing gtk:orientable widgets. | See also |
#2025-2-15