Package: gio

Function gio:simple-action-group-add-entries

Lambda List

gio:simple-action-group-add-entries (group entries)

Arguments

group -- a g:simple-action-group instance
entries -- a list of descriptions for the actions

Details

A convenience function for creating multiple g:simple-action instances and adding them to the action group.

Note

In the Lisp implementation this function calls the g:action-map-add-action-entries function. See the documentation of the g:action-map-add-action-entries function for more information about the parameters in the list to describe an action.

Warning

The g:simple-action-group-add-entries function has been deprecated since version 2.38 and should not be used in newly written code. Use the g:action-map-add-action-entries function.
 

See also

#2024-12-27