Package: gtk
Function gtk-widget-add-accelerator
Lambda Listgtk-widget-add-accelerator (widget signal group key mods flags) ArgumentsDetails
Installs an accelerator for this widget in the accelerator group that
causes the signal to be emitted if the accelerator is activated.
The accelerator group needs to be added to the toplevel of the widget via the gtk-window-add-accel-group function, and the signal must be of the :action type. Accelerators added through this function are not user
changeable during runtime. If you want to support accelerators that can be changed by the user, use the gtk-accel-map-add-entry and gtk-widget-set-accel-path or gtk-menu-item-accel-path functions
instead. | See also |
*2021-12-22