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