1. NAME▲
XkbComputeSectionBounds - Update the bounding box of a section
2. SYNOPSIS ▲
Bool XkbComputeSectionBounds (XkbGeometryPtr geom , XkbSectionPtr section );
3. ARGUMENTS ▲
- - geom
geometry that contains the section - - section
section to be examined and updated
4. 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 section, you may need to update the bounding box for that section. XkbComputeSectionBoundsexamines all the rows of the sectionand updates the bounding box of that section so that it contains all rows. XkbComputeSectionBoundsreturns False if any of the arguments is NULL; otherwise, it returns True.