DESIGN (xvlang) functions


LIBRARY ROUTINE

xvw_create_procedure - create a procedure object

LIBRARY CALL

xvobject xvw_create_procedure(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The procedure object on success, NULL on failure

DESCRIPTION

The purpose of the procedure GUI object is to provide a visual heirarchy for visual programming. The procedure object consists of glyph object, which is the node used to represent the iconified visual program. When the Procedure is opened a workspace object will be mapped which will contain the visual program. The workspace can be used to construct visual programs, where the exported input/output parameters will appear on the Procedure object as input & output ports.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/xvlang/src/Procedure.c

SEE ALSO

xvlang(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.