The
gtk:cell-renderer-accel object displays a keyboard accelerator, that is, a key combination like the
Control+a key.
If the cell renderer is editable, the accelerator can be changed by simply
typing the new combination.
Signal Details
The "accel-cleared" signal
lambda (accel path) :run-last
- accel
- The gtk:cell-renderer-accel object reveiving the signal.
- path
- The string for the path identifying the row of the edited cell.
Gets emitted when the user has removed the accelerator.
The "accel-edited" signal
lambda (accel path keyval mods keycode) :run-last
- accel
- The gtk:cell-renderer-accel object reveiving the signal.
- path
- The string for the path identifying the row of the edited cell.
- keyval
- The unsigned integer for for new accelerator keyval.
- mods
- The gdk:modifier-type value for the new acclerator modifier mask.
- keycode
- The unsigned integer for the keycode of the new accelerator.
Gets emitted when the user has selected a new accelerator.