iconview: Bring back per-row contexts

Apparently GtkCellAreaContext is broken enough to not allow multiple
allocations...
This commit is contained in:
Benjamin Otte
2012-05-08 01:53:48 +02:00
parent e8eeb39d98
commit e31fb77c22
3 changed files with 57 additions and 34 deletions

View File

@ -42,6 +42,9 @@ struct _GtkIconViewPrivate
gulong add_editable_id;
gulong remove_editable_id;
gulong context_changed_id;
GPtrArray *row_contexts;
gint width, height;