hiDisplayWindowMenu
hiDisplayWindowMenu(
w_windowId
)
=> t / nil
Description
Displays the popup menu associated with the given w_windowId, which must be a valid data structure returned by a call to hiOpenWindow or hiCreateWindow.
Argument
|
w_windowId
|
Window ID you specify. A menu can be associated with a window by calling hiSetWindowMenu. The menu is displayed at the current cursor’s position at the time hiDisplayWindowMenu was called. The menu is brought down by a menu selection or by clicking outside the menu.
|
Values Returned
|
t
|
The menu is displayed.
|
|
nil
|
The menu is not displayed. An error message is also issued.
|
Related Topics
Menu Functions
hiOpenWindow
hiDisplayWindowMenu
hiSetWindowMenu
hiCreate2DMenu
Return to top