DESIGN (xvforms) functions


LIBRARY ROUTINE

xvf_create_form - create and map GUI of xvroutine

LIBRARY CALL

kform *xvf_create_form(
   char  *filename,
   int   glyph_type,
   void (*callback)(kform *, ksubform *, kaddr),
   kaddr client_data,
   int   x,
   int   y,
   int   editable)

INPUT

OUTPUT

none

RETURN VALUE

A pointer to the form tree on success, NULL on failure.

DESCRIPTION

This is the main driver for the routines that creates and maps the forms of an xvroutine, both externally (the GUI made up of objects) and internally (the abstract data structure referred to as a form tree).

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/xvforms/src/createform.c

SEE ALSO

xvforms(3)

COPYRIGHT

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