Re: GTK2.TreeView()->set_model() does not work as expected
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmoVmNqiCiVQPyFXT4pYUBibm-Wqav4bbrLtBokno7-AWA@mail.gmail.com> |
On Sun, Oct 19, 2014 at 3:40 AM, Tomak, Paweł <[email protected]> wrote: > On 18.10.2014 18:00, Tor Edvardsson @ Pike importmöte för mailinglistan > wrote: >> >> works as expected, but by changing to do a view->set_model() instead >> af passing the model to the constructor does not work. How should it >> be done? > > > Hi, > > GTK2.TreeView module lacks implementation for this (and many more) > method(s), they > are only declared. > I have working code for that in my repo. I could commit it if I was given > access. Shoot me a patch; I have access, and I've been taking care of GTK2 lately. ChrisA