Last updated: Sun, 12 May 2013 view this page in English
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()
User Contributed Notes gtk.gtkuimanager.method.insert_action_group.php
There are no user contributed notes for this page.