Question

I've been attempting to modify the contents of a custom tree view that inherits from TreeModel and TreeSortable. However, the virtual function set_value_impl contains only an assert. When I tried to look for example implementations, they all quote the GTKMM website which says "You can probably just implement this by calling set_value_vfunc()".

I have not found such function to exist anywhere in GTKMM.

Has anyone here run afoul of the GTKMM TreeModel when trying to modify the contents of a tree view?

Was it helpful?

Solution

As covered in the comments above, the set_value_vfunc() function simply does not exist.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top