PyGObject: remove a renderer from a TreeViewColumn
- From: <c buhtz posteo jp>
- To: "gtk-app-devel-list gnome org " <gtk-app-devel-list gnome org>
- Subject: PyGObject: remove a renderer from a TreeViewColumn
- Date: Thu, 10 May 2018 21:47:49 +0200
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]