xvw_getposition - returns the position at which to place the object.
LIBRARY CALL
int xvw_getposition(
xvobject object,
int *x,
int *y)
INPUT
object - the object in which to get extents, if NULL then
from the RootWindow.
OUTPUT
x - the starting x position
y - the starting y position
w - the width of the extent
h - the height of the extent
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
Interactively prompts the user to place an object the object.
This done by drawing a box which is moved around the screen
until the user performs a ButtonPress.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvobjects/src/utilities.c
SEE ALSO
xvobjects(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.