Package: gtk

Function gtk-action-group-add-toggle-actions

Lambda List

gtk-action-group-add-toggle-actions (group entries)

Arguments

group -- a gtk-action-group object
entries -- a list of toggle action descriptions

Details

This is a convenience function to create a number of toggle actions and add them to the action group. The "activate" signals of the actions are connected to the callback functions and their accel paths are set to <Actions>/group-name/action-name.

Warning

The gtk-action-group-add-toggle-actions function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

*2021-12-18