Index of Section 3 Manual Pages
| Interix / SUA | XkbComputeSectionBounds.3 | Interix / SUA |
XkbComputeSectionBounds(3)XKB FUNCTIONSXkbComputeSectionBounds(3)
NAME
XkbComputeSectionBounds - Update the bounding box of a
section
SYNOPSIS
Bool XkbComputeSectionBounds ( geom, section )
XkbGeometryPtr geom;
XkbSectionPtr section;
ARGUMENTS
- geom geometry that contains the section
- section
section to be examined and updated
DESCRIPTION
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 sec-
tion, you may need to update the bounding box for that
section.
XkbComputeSectionBounds examines all the rows of the sec-
tion and updates the bounding box of that section so that
it contains all rows. XkbComputeSectionBounds returns
False if any of the arguments is NULL; otherwise, it
returns True.
X Version 11 libX11 1.1.5XkbComputeSectionBounds(3)