DESIGN (xvlang) functions


LIBRARY ROUTINE

xvw_create_glyph - create a glyph object

LIBRARY CALL

xvobject xvw_create_glyph(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The glyph object on success, NULL on failure

DESCRIPTION

The purpose of the Glyph GUI object is to used to represent an operator within Khoros. Typically these are data processing routines that have a set of inputs and outputs that can be used to connect to other glyph's in which to form a visual program.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

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

SEE ALSO

xvlang(3)

COPYRIGHT

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