Package: gtk

Function gtk-action-set-accel-group

Lambda List

gtk-action-set-accel-group (action group)

Arguments

action -- a gtk-action object
group -- a gtk-accel-group object or nil

Details

Sets the accelerator group in which the accelerator for this action will be installed.

Warning

The function gtk-action-set-accel-group has been deprecated since version 3.10 and should not be used in newly written code. Use the g-action interface and the accelerator group on an associated gtk-menu widget instead.
 

See also

2021-7-20