Re: Subclassing gtk-list-store
Andy Wingo <[email protected]>
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <[email protected]> |
Hi Andy, On Thu, 2007-05-17 at 23:06 +0100, Andy Chambers wrote: > (define <item-defs> (<gtk-list-store>) > nodelist) It would be define-class, of course, and the tree model stuff doesn't fit terribly well with an inheritance model. See gtk/gnome/contrib/delay-tree-model.scm for an example of creating a custom tree model. Regards, Andy. -- http://wingolog.org/