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]> |
> It probably doesn't work with get_gobject() is because GtkTreeModel > is an interface, not an object, therefore you can't actually have an > instance of a tree model. I think you therefore have to explicitly > call get_pg2object() with it's type, because it can't figure out > what type it is. Actually, get_gobject is the one that works, supplying the actual class is what seems to fail. -- Per Hedbor