I have a treeview/treemodel with icons for the first column of each row,
using TreeViewColumn.pack_start (works great; thanks guys!).  However, I'd
like some rows to not have icons.  I tried putting None for the pixbuf in my
treemodel for those cases, which works, but it leaves quite a bit of space
where the icon would have been.  Is there a way around this, perhaps by
creating an "empty" pixbuf?

Thanks,
Dave Cook
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to