XKB FUNCTIONS XkbComputeRowBounds(3x11)
NAME
XkbComputeRowBounds - Update the bounding box of a row
SYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
Bool XkbComputeRowBounds (XkbGeometryPtr geom, XkbSectionPtr
section, XkbRowPtr row); ARGUMENTS- geom
geometry that contains the section- section
section that contains the row- row
row to be examined and updatedDESCRIPTION
XkbComputeRowBounds checks the bounds of all keys in the row
and updates the bounding box of the row if necessary.XkbComputeRowBounds 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