Re: GTK2.TreeView()->set_model() does not work as expected
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmp4-kTgjuWrdYL3guowN9mRPySm=Qp6MpL1oCj6C+1vmA@mail.gmail.com> |
On Sun, Oct 19, 2014 at 3:40 AM, Tomak, Paweł <[email protected]> wrote: > 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. Pawel's patch is now in 8.1. Tor, are you familiar with building from source? As you're on Ubuntu, I'm figuring you probably installed Pike from the aptitude repo, which would mean you can build like this: $ sudo apt-get build-dep pike $ git clone git://pike-git.lysator.liu.se/pike.git $ cd pike $ make That'll get you the absolute most recent Pike, which includes the patch to make GTK2.TreeView()->set_model() work - and also a whole lot of other improvements over the 7.8 line. I've been running off the latest for ages now, without stability problems, and I would recommend it. ChrisA