void xvw_place(
xvobject object,
xvobject placement,
int xoffset,
int yoffset)
INPUT
object - the object to be destroyed
placement - the object which the object should be placed
relative to. If NULL then the object is centered
around the cursor.
xoffset - additional x placement offset
yoffset - additional y placement offset
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
This utility is used for placing a created object on the
display. This is used most often with custom compound
objects that are to be popped up after xvf_run_form()
has already been called.
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.