DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_unrealize - un-realize an object

LIBRARY CALL

void xvw_unrealize(
   xvobject object)

INPUT

OUTPUT

none

RETURN VALUE

none

DESCRIPTION

When an object is realized, it has its windows created on the display, and its final initializations done. This routine allows you to un-realize an object. This destroys the windows associated with an object and its descentants, but does not destroy the instance of the object itself; the object can be still be re-realized and used again at a later date.

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.