Package: gtk

Function gtk:widget-allocated-baseline

Lambda List

gtk:widget-allocated-baseline (widget)

Arguments

widget -- a gtk:widget object to query

Return Value

The integer with the baseline of the widget, or -1 if none.

Details

Returns the baseline that has currently been allocated to the widget. This function is intended to be used when implementing handlers for the "draw" function, and when allocating child widgets in "size_allocate".
 

See also

#2023-3-8