I add multiple Gtk.CellRenderer to one Gtk.TreeViewColumn with its
pack_start() method.

But how can I remove one of the renderers?

Currently I do Gtk.TreeViewColumn.clear() and rebuild the column again
with all renderers except the one I want to be removed. But this is a
workaround.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to