BOOTSTRAP (kforms) functions


LIBRARY ROUTINE

kvf_create_form - create a form tree from a UIS file

LIBRARY CALL

kform *kvf_create_form(
   char       *filename,
   int        glyph_type,
   void (*callback_routine) PROTO((kform *,
				   ksubform *,
				   kaddr)),
   kaddr      client_data)

INPUT

OUTPUT

none

RETURN VALUE

The pointer to the form tree representing the user interface specified by the UIS file passed in on success, NULL on failure.

DESCRIPTION

Takes a UIS file, and constructs the internal representation of the associated user interface (the form tree is used with both the GUI and the CLUI).

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kforms/src/createtree.c

SEE ALSO

kforms(3)

COPYRIGHT

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