Widget.getAllocatedWidth

Returns the width that has currently been allocated to widget.

To learn more about widget sizes, see the coordinate system overview.

More...
class Widget
int
getAllocatedWidth
()

Return Value

Type: int

the width of the widget

Detailed Description

Deprecated: Use gtk.widget.Widget.getWidth instead