XKB FUNCTIONS XkbComputeSectionBounds(3x11)
NAME
XkbComputeSectionBounds - Update the bounding box of a sec-
tionSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
Bool XkbComputeSectionBounds (XkbGeometryPtr geom, XkbSec-
tionPtr section); ARGUMENTS- geom
geometry that contains the section- section
section to be examined and updatedDESCRIPTION
If you add or delete a row to or from a section, or if you change the geometry of any of the rows in that section, you may need to update the bounding box for that section.XkbComputeSectionBounds examines all the rows of the section
and updates the bounding box of that section so that it con-
tains all rows. XkbComputeSectionBounds returns False if
any of the arguments is NULL; otherwise, it returns True.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1