insert_action_group


Description:

[ Version ( since = "2.4" ) ]
public void insert_action_group (ActionGroup action_group, int pos)

Inserts an action group into the list of action groups associated with this.

Actions in earlier groups hide actions with the same name in later groups.

If pos is larger than the number of action groups in this, or negative, action_group will be inserted at the end of the internal list.

Parameters:

this

a UIManager object

action_group

the action group to be inserted

pos

the position at which the group will be inserted.