1. NAME

XkbComputeRowBounds - Update the bounding box of a row

2. SYNOPSIS

Bool XkbComputeRowBounds (XkbGeometryPtr geom , XkbSectionPtr section , XkbRowPtr row );

3. ARGUMENTS

  • - geom
        geometry that contains the section
  • - section
        section that contains the row
  • - row
        row to be examined and updated

4. DESCRIPTION

XkbComputeRowBoundschecks the bounds of all keys in the rowand updates the bounding box of the row if necessary. XkbComputeRowBoundsreturns False if any of the arguments is NULL; otherwise, it returns True.