DESIGN (xvlang) functions
LIBRARY ROUTINE
xvw_create_commandbar - create a toolbox menu object
LIBRARY CALL
xvobject xvw_create_commandbar(
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 commandbar object on success, NULL on failure
DESCRIPTION
Creates a toolbox menu object, that consists of three
menu objects. The first menu displays the different
categories. The second menu 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 menu.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvlang/src/CommandBar.c
SEE ALSO
xvlang(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.