Method GTK2.ActionGroup()->add_toggle_actions()


Method add_toggle_actions

GTK2.ActionGroup add_toggle_actions(array entries)

Description

This is a convenience function to create a number of toggle actions and add them to the action group.

Mapping is: ([ "name": string, "stock_id": string, "label": string, "accelerator": string, "tooltip": string, "callback": function(callback), "data": mixed, "is_active": int ]);