Method
GtkUIManagerinsert_action_group
deprecated: 3.10 since: 2.4
Declaration [src]
void
gtk_ui_manager_insert_action_group (
GtkUIManager* manager,
GtkActionGroup* action_group,
gint pos
)
Description [src]
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.
Available since: 2.4
Deprecated since: 3.10
Please do not use it in newly written code.
Parameters
action_group
-
Type:
GtkActionGroup
The action group to be inserted.
The data is owned by the caller of the method. pos
-
Type:
gint
The position at which the group will be inserted.