Accel cell renderer: Set a css name

Give the event box we use here the distinctive name "acceleditor".
This commit is contained in:
Matthias Clasen 2016-03-30 17:08:02 -04:00
parent 71a5f07620
commit 72178fd0c9

View File

@ -739,6 +739,8 @@ gtk_cell_editable_event_box_class_init (GtkCellEditableEventBoxClass *class)
g_object_class_install_property (object_class, PROP_PATH,
g_param_spec_string ("path", NULL, NULL,
NULL, GTK_PARAM_READWRITE));
gtk_widget_class_set_css_name (widget_class, "acceleditor");
}
static void