UIManager.insertActionGroup

Warning gtk_ui_manager_insert_action_group is deprecated and should not be used in newly-written code. 3.10 Inserts an action group into the list of action groups associated with manager. Actions in earlier groups hide actions with the same name in later groups. If pos is larger than the number of action groups in manager, or negative, action_group will be inserted at the end of the internal list. Since 2.4

class UIManager
void
insertActionGroup

Parameters

actionGroup ActionGroup

the action group to be inserted

pos int

the position at which the group will be inserted.

Meta