XkbComputeRowBounds (3)
Leading comments
Copyright 1999 Oracle and/or its affiliates. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following condition...
NAME
XkbComputeRowBounds - Update the bounding box of a rowSYNOPSIS
-
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 updated
DESCRIPTION
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.