DESIGN (xvobjects) functions
LIBRARY ROUTINE
xvw_create_browser - create a browser GUI object
LIBRARY CALL
xvobject xvw_create_browser(
xvobject parent,
char *name)
INPUT
- parent - parent of the browser object; 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 browser object on success, NULL on failure
DESCRIPTION
The browser GUI object
allows the user to enter an input file. It features a
list object in which the user may select a file, or a
text box in which the user may type in the filename;
the filename is registered when the user hits <cr> or
selects a file from the browser list.
The browser GUI object consists of a manager object
with six children: two button object, a list object,
a label object, a textinput object, and a textinput
object.
A callback can be installed on the browser 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/Browser.c
SEE ALSO
xvobjects(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.