Re: GTK2.TreeView()->set_model() does not work as expected
Lance Dillon <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Yes, when I created that declaration, I wasn't doing anything special. It is possible also that with the updated gtk2 versions since the function was first introduced, that something had changed that required updated code. On Monday, October 20, 2014 7:10 AM, "Per Hedbor () @ Pike (-) importmöte för mailinglistan" <[email protected]> wrote: > 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