Hello,
I like to use gtk to build a gui for an application.
Gtk will be used to display some elements of the application and interact with them, but these elements are not gobject.
So I need gobject to do the link between widget and theses elements.
But I not found how to do this in doc, book and examples.
In the book, the closest I have found is the simple-Todo with TodoData and TodoObject. But in this case, TodoData is managed by gtk/glib, and it’s not than I want. I want use gtk ad viewer of “data” managed otherwise.
Someone can help me or indicate where I can find an example ?
Thank you