DESIGN (xvobjects) functions
LIBRARY ROUTINE
xvw_create_outputfile - create a outputfile GUI object
LIBRARY CALL
xvobject xvw_create_outputfile(
xvobject parent,
char *name)
INPUT
- parent - parent of the outputfile widget; NULL will cause
a default toplevel to be created automatically
- name - a name for this particular instance of the object
(for use in app-defaults files, etc)
OUTPUT
none
RETURN VALUE
The outputfile object on success, NULL on failure
DESCRIPTION
The outputfile GUI object
allows the user to enter an output file. It features a
text box in which the user may type in the filename;
the filename is registered when the user hits <cr>.
The label of the outputfile GUI object is really a button,
which may be used to display the file browser. The
file browser provides an alternate way for output file
selection.
The outputfile GUI object consists of a manager object
with three children: a button object, a text object,
and a pixmap object.
A callback can be installed on the outputfile object, which
will be fired when the user enters a new filename.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvobjects/src/OutputFile.c
SEE ALSO
xvobjects(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.