Fix GtkCellArea:edit-widget to be of type GtkCellEditable

More correct, and consistent with gtk_cell_area_get_editable_widget().
This commit is contained in:
Milan Bouchet-Valat 2011-01-05 14:47:16 +01:00
parent f377621eb7
commit ebe9d075f4

View File

@ -810,7 +810,7 @@ gtk_cell_area_class_init (GtkCellAreaClass *class)
("edit-widget",
P_("Edit Widget"),
P_("The widget currently editing the edited cell"),
GTK_TYPE_CELL_RENDERER,
GTK_TYPE_CELL_EDITABLE,
G_PARAM_READABLE));
/* Pool for Cell Properties */