I have a gtk.TreeViewColumn
that contains 14 gtk.CellRendererPixbuf
attributes. Most of them are empty most of the time (the assiciated TreeStore
value is None
).
These icons always appear spaced as though they were all present, however I would like empty cell renderers to collapse, stacking the icons which are there on the left.
This is how it currently appears:
The missing icons are associated with None
.
I have looked through the TreeViewColumn
and CellRenderer
documentation but I am stumped.