Is there any example how i do the embedded editing inside a GtkListView?
I tried replacing the GtkLabel in the bind function with an GtkEditableLabel. While this seem to work in theory, there are so many small bugs that it is not production ready. Like no horizontal scrolling , drawing bugs. So maybe i have missed some little things in the setup.
Also this would make it impossible to have some features that GtkLabel offers me, like ellipse mode and using markup in the label text.