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]> |
> GTK2.TreeView module lacks implementation for this (and many more) > method(s), they are only declared. Interrestingly enough, that will actually generate code automatically. There is no need to actually write the code unless it's special in some way (usually this happens when you need to handle refcounting differently than the default, although there is some support for tagging arguments and return types for that) I guess that the generated code was invalid in this case, however. -- Per Hedbor