signal callback delegate or function to connect
void callback(string pathString, uint accelKey, gdk.types.ModifierType accelMods, uint hardwareKeycode, gtk.cell_renderer_accel.CellRendererAccel cellRendererAccel)
pathString the path identifying the row of the edited cell (optional)
accelKey the new accelerator keyval (optional)
accelMods the new accelerator modifier mask (optional)
hardwareKeycode the keycode of the new accelerator (optional)
cellRendererAccel the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to AccelEdited signal.
Gets emitted when the user has selected a new accelerator.