1XkbComputeSectionBounds(3) XKB FUNCTIONS XkbComputeSectionBounds(3)
2
3
4
6 XkbComputeSectionBounds - Update the bounding box of a section
7
9 Bool XkbComputeSectionBounds (XkbGeometryPtr geom, XkbSectionPtr sec‐
10 tion);
11
13 - geom geometry that contains the section
14
15 - section
16 section to be examined and updated
17
19 If you add or delete a row to or from a section, or if you change the
20 geometry of any of the rows in that section, you may need to update the
21 bounding box for that section.
22
23 XkbComputeSectionBounds examines all the rows of the section and
24 updates the bounding box of that section so that it contains all rows.
25 XkbComputeSectionBounds returns False if any of the arguments is NULL;
26 otherwise, it returns True.
27
28
29
30X Version 11 libX11 1.6.12 XkbComputeSectionBounds(3)