Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creating custom treemodel #94

Open
daym opened this issue Oct 25, 2020 · 1 comment
Open

Support creating custom treemodel #94

daym opened this issue Oct 25, 2020 · 1 comment

Comments

@daym
Copy link

daym commented Oct 25, 2020

it would be nice if one could create on'es own implementations of TreeModel in Guile. For this, it's especially necessary to be able to actually set the fields of a GtkTreeIter (which, for all other uses, are private).

I found register-type which one can use to register a new GObject descendant, but I haven't found how to specify which GInterface it implements nor how to implement the actual procedures a specific (gobject) interface requires.

@daym
Copy link
Author

daym commented Oct 25, 2020

Either this or #95 is required to make it possible to use GtkTreeView to the full extent possible in C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant