[Top]
GTK2
GTK2.ActionGroup
|
Method GTK2.ActionGroup()->add_radio_actions()
- Method
add_radio_actions
GTK2.ActionGroup add_radio_actions(array entries, function cb, mixed user_data)
- Description
This is a convenience routine to create a group of radio actions and add
them to the action group.
Mapping is:
([ "name": string,
"stock_id": string,
"label": string,
"accelerator": string,
"tooltip": string,
"value": int
]);
|