Re: GTK2.TreeView()->set_model() does not work as expected
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
If I would have to guess I would say that the issue is that the tree model is a mixin for g.object instead of inheriting said class, and this causes some kind of issue here. If so, it is probably enough to change the type to set_model to G.Object (or whatever the base class is actually named). There are a lot of function (mostly tree related) that should break in that case, I have not checked if this is the case. -- Per Hedbor