hiGetBBoxResource
hiGetBBoxResource(
t_resourceName
[ t_resourceClass ]
)
=> l_bBoxSpec
Description
Returns the bounding box specification defined in the .Xdefaults file for the specified resource.
Arguments
|
t_resourceName
|
Name of the resource to look up in the resource database.
|
|
t_resourceClass
|
Resource class to further limit the number of potential matches in the resource database. (See X Window System documentation for a further discussion on X resource classes. For general use, a resourceName is usually sufficient.)
|
Values Returned
|
l_bboxSpec
|
A ll ur bounding box (list of two points) specification. The proper specification of a geometry resource consists of
<width>x<height>{+-}xOffset{+-}yOffset, where x y is relative to the upper left corner of the screen.
A conversion is performed to convert the geometry resource to the ll ur notation. Negative values are not returned. If a value resulting from this conversion is negative, 0 is substituted for that value.
|
Related Topics
Resource Management Functions
hiGetGeometryResource
Return to top