Package: gtk
Function gtk:accessible-bounds
Lambda Listgtk:accessible-bounds (accessible) SyntaxArgumentsReturn 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