Package: gtk

Function gtk:accessible-bounds

Lambda List

gtk:accessible-bounds (accessible)

Syntax

(gtk:accessible-bounds accessible) => x, y, width, height

Arguments

accessible -- a gtk:accessible object

Return Value

x -- an integer with the x coordinate of the top left corner of the accessible object
y -- an integer with the y coordinate of the top left corner of the accessible object
width -- an integer with the width of the accessible object
height -- an integer with the height of the accessible object

Details

Queries the coordinates and dimensions of the accessible object. This functionality can be overridden by gtk:accessible implementations, for example, to get the bounds from an ignored child widget.

If the bounds are not valid, nil is returned.

Since 4.10
 

See also

#2024-11-5