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
x | the x coordinate of the top left corner of the accessible |
y | the y coordinate of the top left corner of the widget |
width | the width of the accessible object |
height | the height of the accessible object |
Returns
true if the bounds are valid, and false otherwise