Widget.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.WidgetClass.snapshot() function, and when allocating child widgets in gtk.widget.WidgetClass.size_allocate().

More...
class Widget
int
getAllocatedBaseline
()

Return Value

Type: int

the baseline of the widget, or -1 if none

Detailed Description

Deprecated: Use gtk.widget.Widget.getBaseline instead