Package: gtk

Function gtk:widget-allocated-width

Lambda List

gtk:widget-allocated-width (widget)

Arguments

widget -- a gtk:widget object to query

Return Value

The integer with the width of the widget.

Details

Returns the width that has currently been allocated to widget.

Notes

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

Warning

This function is deprecated since 4.12. Use the gtk:widget-width function instead.
 

See also

#2025-2-13