On 13-08-18 00:59, Timo Gransch wrote:
Hi,
does anybody please have a working example how to implement an editable checkbox cell (with CellRendererToggle) in a treeview?
Thanks in advance,
Timo
You can find a small example here:
https://github.com/gtkd-developers/GtkD/blob/master/demos/gtkD/DemoMultiCellRenderer/DemoMultiCellRenderer.d
For the editable checkbox lines 113-116 and 125-129 would be the line to
look at for the editable checkbox.