GtkUIManager::insert_action_group

void insert_action_group(GtkActionGroup action_group, int pos);

This method inserts a GtkActionGroup into the list of associated action groups at the position specified by pos. Actions in earlier groups hide actions with the same name in later groups. If pos is negative the group is inserted at the end of the list. See also: remove_action_group()