int kvf_print_UIS_file(
kform *form,
char *filename,
int force,
int make_backups)
INPUT
form - pointer to the form tree associated with
the GUI to be written to a UIS file.
filename - name of the file in which to print UIS.
force - TRUE if forcing over-write (suppress prompting)
make_backups - TRUE if making backups of overwritten files
OUTPUT
none
RETURN VALUE
TRUE on success, FALSE on failure
DESCRIPTION
Prints the current GUI, exactly as it appears on
the screen at the time that this routine is called,
to a corresponding UIS file. Prompts to over-write if
the filename specified already exists, and pops up an
info message when the UIS file has been output.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kforms/src/print.c
SEE ALSO
kforms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.