DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_geometry - get the geometry of an object

LIBRARY CALL

int xvw_geometry(
   xvobject object,
   int	    *x,
   int	    *y,
   unsigned int	*width,
   unsigned int	*height,
   unsigned int	*border_width)

INPUT

OUTPUT

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.