Menu.insertSubmenu

Convenience function for inserting a submenu menu item into menu. Combine g_menu_item_new_submenu() and g_menu_insert_item() for a more flexible alternative. Since 2.32

class Menu
void
insertSubmenu

Parameters

position int

the position at which to insert the item

label string

the section label, or NULL. [allow-none]

submenu MenuModel

a GMenuModel with the items of the submenu

Meta