UIManager.insertActionGroup

Inserts an action group into the list of action groups associated with self. Actions in earlier groups hide actions with the same name in later groups. 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