DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_check_realized - see if an object is realized

LIBRARY CALL

int xvw_check_realized(
   xvobject object)

INPUT

OUTPUT

none

RETURN VALUE

TRUE if the object has been realized, FALSE otherwise

DESCRIPTION

Indicates whether or not an object has been realized. When an object is realized, it has its windows created on the display, and its final initializations done. The realization of a GUI or visual object is delayed until xvf_run_form() is called (if the object is created before the call to xvf_run_form()), or until software control flow is diverted back to the xvf_run_form() loop (f the object is created after the call to xvf_run_form()).

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.