Widget.getAllocatedBaseline

int getAllocatedBaseline()

Returns the baseline that has currently been allocated to widget.

This function is intended to be used when implementing handlers for the [gtk.widget.Widget]Class.snapshot() function, and when allocating child widgets in [gtk.widget.Widget]Class.size_allocate().

Returns

the baseline of the widget, or -1 if none

Deprecated

Use [gtk.widget.Widget.getBaseline] instead