On 2018-05-08 14:20 Luca Bacci <luca.bacci...@gmail.com> wrote:
>    - Use Cell Data Func for ultimate flexibility

That is the signature
 Gtk.TreeCellDataFunc(tree_column, cell, tree_model, iter, data)

But how do I know which cell (row and column) is affected?
I can extrat the row with tree_model[iter] but not the column.

"tree_column" is of type Gtk.TreeViewColumn but doesn't even know its
position (first, second, ... column). There is no integer indicating
that.
_______________________________________________
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