DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_destroy - destroy an object

LIBRARY CALL

void xvw_destroy(
   xvobject object)

INPUT

OUTPUT

none

RETURN VALUE

none

DESCRIPTION

Destroy the visual or GUI object specified. Not only does this destroy the windows used by the object, it also frees all memory associated with the object. You may never refer to the object again, after making this call. Any children of the object will also be recursively destroyed. The parent of the object, however, will be left intact.

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.