Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ciwCreatePulldown

ciwCreatePulldown(
ls_menuDef 
[ x_windowNum ]
) 
=> r_menu / nil

Description

Creates a pulldown menu from the given menu definition. The ls_menuDef argument can either be a list defining the contents of a pulldown menu or the SKILL symbol that represents the list. This function exists primarily for application support.

If x_windowNum is specified, for example, window->windowNum, the menu handle and menu item symbols are uniquely created by appending the symbol in the menu definition with the window number.

Arguments

ls_menuDef

The definition of a menu.

x_windowNum

Window number.

Value Returned

r_menu

A menu suitable for use as a pulldown menu.

nil

A pulldown menu could not be created.


Return to top
 ⠀
X