|
NAMEal_insert_menu_item - Allegro 5 APISYNOPSIS
DESCRIPTIONInserts a menu item at the spot specified. See the introductory text for a detailed explanation of how the pos parameter is interpreted.The parent menu can be a popup menu or a regular menu. To underline one character in the title, prefix it with an ampersand. The flags can be any combination of:
The icon is not yet supported. The submenu parameter indicates that this item contains a child menu. The child menu must have previously been created with al_create_menu, and not be associated with any other menu. Returns true on success. SINCE5.1.0SEE ALSOal_append_menu_item(3), al_remove_menu_item(3)
Visit the GSP FreeBSD Man Page Interface. |