DESIGN (xvlang) functions
LIBRARY ROUTINE
xvw_create_finderlist - create a finder list object
LIBRARY CALL
xvobject xvw_create_finderlist(
xvobject parent,
char *name)
INPUT
- parent - the parent object; NULL will cause a
default toplevel to be created automatically
- name - the name with which to reference the object
OUTPUT
none
RETURN VALUE
The finder list object on success, NULL on failure
DESCRIPTION
Creates a finder list object. The finder list is used
to select an operator by name; key words can also be used
to scan for a particular operator. The finder list consists
of a single list containing all available operators;
the user may scroll through the list and select the desired
operator.
Two callbacks are provided which can be used to notify
the programmer when the user selects or activates an operator
from the list.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvlang/src/FinderList.c
SEE ALSO
xvlang(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.