You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aGtkTreeIter
(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 whichGInterface
it implements nor how to implement the actual procedures a specific (gobject) interface requires.The text was updated successfully, but these errors were encountered: