DESIGN (xvobjects) functions


LIBRARY ROUTINE

xvw_create_inputfile - create a inputfile GUI object

LIBRARY CALL

xvobject xvw_create_inputfile(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The inputfile object on success, NULL on failure

DESCRIPTION

The inputfile GUI object allows the user to enter an input 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 inputfile GUI object is really a button, which may be used to display the file browser. The file browser provides an alternate way for input file selection.

The inputfile 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 inputfile 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/InputFile.c

SEE ALSO

xvobjects(3)

COPYRIGHT

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