get_bounds


Description:

[ Version ( since = "4.10" ) ]
public abstract bool get_bounds (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 `GtkAccessible` implementations, e.g. to get the bounds from an ignored child widget.

Parameters:

this

a `GtkAccessible`

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