int xvw_reparent(
xvobject object,
xvobject parent)
INPUT
object - the object to be recreated; cannot be NULL
parent - the new parent in which to reparent the object
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) on failure
DESCRIPTION
Re-parent the specified GUI or visual object
to a new parent. All the attributes
of the original object are copied and used as
initial values for the new object.
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.