hiCreate2DMenu
hiCreate2DMenu(s_menuHandle t_menuTitle l_menuItems) =>r_hiMenu
Description
Creates a two-dimensional popup menu. Once this menu is created, you can display it with hiDisplayMenu or associate it with a window using hiSetWindowMenu.
A popup menu is a tear-off menu by default, that is, it can be torn off and displayed in its own window anywhere on the screen.
Popup menus can also be created with hiCreateSimpleMenu and hiCreateMenu.
Arguments
|
Name of the menu that is displayed in the menu bar.
To set the access key for the menu, add an ampersand before the desired letter. For example, if the menu title is |
|
|
List of menu items, each item being a list containing the 2D representation of a form button or label field. Each item list contains three elements:
|
Value Returned
Related Topics
Return to top