Handbook
Glossary
gtk_ui_manager_insert_action_group ( uimanager action_group pos -- )
Vocabulary
gtk2
.
ffi
Inputs
uimanager
an
object
action_group
an
object
pos
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_ui_manager_insert_action_group
( GtkUIManager* uimanager, GtkActionGroup* action_group,
gint
pos )