
MENU_GEN_PROC_ITEM
This attribute is for SunView compatibility. For more information, refer to the manual Converting
SunView Applications.
MENU_GEN_PULLRIGHT
Defines the generate procedure for the menu item’s submenu.
Argument: void (*menu_gen_proc)()
Default:
NULL
Procs: create, get, set
Objects: Menu_item
Callback:
Menu
menu_gen_proc(m, op)
Menu m;
Menu_generate op;
This menu generating procedure is called whenever a menu item has
MENU_GEN_PROC
set and the menu needs to be displayed or traversed. It should return a handle to a menu
that has either been dynamically created or statically stored.
See Also: 11.9
MENU_GEN_PULLRIGHT_IMAGE
This attribute is for SunView compatibility. For more information, refer to the manual Converting
SunView Applications.
MENU_GEN_PULLRIGHT_ITEM
This attribute is for SunView compatibility. For more information, refer to the manual Converting
SunView Applications.
MENU_IMAGE
Specifies the menu item’s server image.
Argument: Server_image
Default:
NULL
Procs: create, get, set
Objects: Menu_item
See Also: 11.6.1
MENU_IMAGE_ITEM
This attribute is for SunView compatibility. For more information, refer to the manual Converting
SunView Applications.
MENU_IMAGES
Creates menu items with the specified server images. The new menu items are appended to the menu.
Argument: list of Server_image
Default: None
Procs: create, set
Objects: Menu
See Also: 11.8
XView Attributes
XView Attributes 81