Package: gtk

Accessor gtk:cell-renderer-accel-keycode

Lambda List

gtk:cell-renderer-accel-keycode (object)

Syntax

(gtk:cell-renderer-accel-keycode object) => keycode
(setf (gtk:cell-renderer-accel-keycode object) keycode)

Arguments

object -- a gtk:cell-renderer-accel object
keycode -- an unsigned integer for the hardware keycode of the accelerator

Details

The accessor for the keycode slot gets or sets the hardware keycode of the accelerator. Note that the hardware keycode is only relevant if the key does not have a keyval. Normally, the keyboard configuration should assign keyvals to all keys.

Warning

The gtk:cell-renderer-accel implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2026-08-28