Menu labels¶
label = “text”
Mandatory. The text for the label. This appears as the item name on the menu. A character in the text which is preceded by an ampersand (&) is the hotkey for the menu item. The ampersand is not displayed.
If the label is changed at run time, the menu must first be destroyed.
EXAMPLES
label = "&Edit"
label = "Find by &Name"
label = "INSERT"
RELATED TOPICS |