Signal
Gtk.CellRendererAccel::accel-edited
Declaration
void
accel_edited (
GtkCellRendererAccel self,
gchar* path_string,
guint accel_key,
GdkModifierType accel_mods,
guint hardware_keycode,
gpointer user_data
)
Description [src]
Gets emitted when the user has selected a new accelerator.
Default handler: | The default handler is called after the handlers added via |
Parameters
path_string |
gchar* |
the path identifying the row of the edited cell |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string | |
accel_key |
guint |
the new accelerator keyval |
|
accel_mods |
GdkModifierType |
the new acclerator modifier mask |
|
hardware_keycode |
guint |
the keycode of the new accelerator |