Package: gtk

Function gtk:widget-allocated-height

Lambda List

gtk:widget-allocated-height (widget)

Arguments

widget -- a gtk:widget object to query

Return Value

The integer with the height of the widget.

Details

Returns the height that has currently been allocated to widget. This function is intended to be used when implementing handlers for the "draw" function.

Notes

The gtk:widget-allocated-height function is equivalent to the call
(gdk:rectangle-height (gtk:widget-allocation widget))    
 

See also

2023-12-26