DESIGN (xvlang) functions
LIBRARY ROUTINE
xvw_create_toolboxlist - create a toolbox list object
LIBRARY CALL
xvobject xvw_create_toolboxlist(
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 toolboxlist object on success, NULL on failure
DESCRIPTION
Creates a toolbox list object, that consists of three
list objects. The first list displays the different
categories. The second list displays the sub-categories
for the selected category. And finally the third
displays the operators for the selected sub-category.
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/ToolboxList.c
SEE ALSO
xvlang(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.