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 with the hardware keycode of the accelerator

Details

Accessor of the keycode slot of the gtk:cell-renderer-accel class. 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

2024-2-21