class Iup::SubMenu

A menu item that, when selected, opens another menu. Apart from its text label, a menu item may include an optional image.

Example

The following line associates the β€˜File’ name with its menu, ready to place into a parent menu:

file_submenu = Iup::SubMenu.new('File', file_menu))

See also Menu, MenuItem, Separator