PyGObject: remove a renderer from a TreeViewColumn



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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]