iconview: Bring back per-row contexts
Apparently GtkCellAreaContext is broken enough to not allow multiple allocations...
This commit is contained in:
@ -42,6 +42,9 @@ struct _GtkIconViewPrivate
|
||||
|
||||
gulong add_editable_id;
|
||||
gulong remove_editable_id;
|
||||
gulong context_changed_id;
|
||||
|
||||
GPtrArray *row_contexts;
|
||||
|
||||
gint width, height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user