Gtk.CellRendererAccel::accel-edited
function callback(cell_renderer_accel, path_string:String, accel_key:Number, accel_mods:Gdk.ModifierType, hardware_keycode:Number, ):void;
Gets emitted when the user has selected a new accelerator.
Since 2.10
- cell_renderer_accel
instance of Gtk.CellRendererAccel that is emitting the signal
- path_string
the path identifying the row of the edited cell
- accel_key
the new accelerator keyval
- accel_mods
the new acclerator modifier mask
- hardware_keycode
the keycode of the new accelerator