int xvw_geometry(
xvobject object,
int *x,
int *y,
unsigned int *width,
unsigned int *height,
unsigned int *border_width)
INPUT
object - object for which to return geometry
OUTPUT
x - x position of the object in pixels,
with respect to its parent
y - y position of the object in pixels
with respect to its parent
width - width of the object in pixels
height - height of the object in pixels
border_width - border width of the object in pixels
RETURN VALUE
TRUE (1) on success, FALSE (0) on failure
DESCRIPTION
Returns the current geometry of the specified object,
including (x,y) position with respect to the parent,
width, height, and border width. All geometry values
are given in pixels.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvwidgets/src/general.c
SEE ALSO
xvwidgets(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.