Hi,
there's an example on the online book
http://developer.gnome.org/gtkmm-tutorial/unstable/sec-treeview-examples.html.en#sec-editable-cells-example
it's gtkmm3 but the differences are not so many.
I personally prefer to add treeview / liststore from code to a glade
scrolledwindow but I don't thin
Hi list!
I image this must be an FAQ (or I'm just incredibly bad at reading docs)
but I've not yet found an acceptable solution:
I have a TreeModel and a ListStore, both defined in Glade. How can I
make the cells editable so that changes are reflected in the ListStore?
Preferably in a way that do