Accessible.getBounds

bool getBounds(out int x, out int y, out int width, out int height)

Queries the coordinates and dimensions of this accessible

This functionality can be overridden by [gtk.accessible.Accessible] implementations, e.g. to get the bounds from an ignored child widget.

Parameters

xthe x coordinate of the top left corner of the accessible
ythe y coordinate of the top left corner of the widget
widththe width of the accessible object
heightthe height of the accessible object

Returns

true if the bounds are valid, and false otherwise