Re: detaching a notebook tab

2015-07-07 Thread Cottrell, Allin
On Tue, Jul 7, 2015 at 4:07 PM, Cottrell, Allin wrote: > On Tue, Jul 7, 2015 at 8:53 AM, Allin Cottrell wrote: >> On Tue, 7 Jul 2015, Emmanuele Bassi wrote: >> >>> Hi; >>> >>> On 7 July 2015 at 01:32, Cottrell, Allin wrote: >>> > Thanks, Jim. I guess this means that the problem was introduce

Re: detaching a notebook tab

2015-07-07 Thread Cottrell, Allin
On Tue, Jul 7, 2015 at 8:53 AM, Allin Cottrell wrote: > On Tue, 7 Jul 2015, Emmanuele Bassi wrote: > >> Hi; >> >> On 7 July 2015 at 01:32, Cottrell, Allin wrote: >> Thanks, Jim. I guess this means that the problem was introduced after gtk 3.10. I wonder if 3.12 and 3.14 are OK too. >>>

Re: detaching a notebook tab

2015-07-07 Thread Allin Cottrell
On Tue, 7 Jul 2015, Emmanuele Bassi wrote: Hi; On 7 July 2015 at 01:32, Cottrell, Allin wrote: Thanks, Jim. I guess this means that the problem was introduced after gtk 3.10. I wonder if 3.12 and 3.14 are OK too. I've now checked gtk 3.10.9, 3.12.2 and 3.14.13 here. The first two are OK, b

Re: detaching a notebook tab

2015-07-07 Thread Emmanuele Bassi
Hi; On 7 July 2015 at 01:32, Cottrell, Allin wrote: >> Thanks, Jim. I guess this means that the problem was introduced after gtk >> 3.10. I wonder if 3.12 and 3.14 are OK too. > > I've now checked gtk 3.10.9, 3.12.2 and 3.14.13 here. The first two are OK, > but > 3.14.13 segfaults (see the code

Re: detaching a notebook tab

2015-07-06 Thread Cottrell, Allin
On Mon, Jul 6, 2015 at 1:22 PM, Allin Cottrell wrote: > On Mon, 6 Jul 2015, Jim Charlton wrote: > >> It works fine for me on gtk3. I am running on linux and the version of >> gtk3 is the most recent in the repository, I believe (3.10.8-0ubuntu1.5). >> [...] >> >> I saw your other message ... but

Re: detaching a notebook tab

2015-07-06 Thread Allin Cottrell
On Mon, 6 Jul 2015, Jim Charlton wrote: It works fine for me on gtk3. I am running on linux and the version of gtk3 is the most recent in the repository, I believe (3.10.8-0ubuntu1.5). [...] I saw your other message ... but I just used the code from your first message and got the libs and c

Re: detaching a notebook tab

2015-07-06 Thread Jim Charlton
It works fine for me on gtk3. I am running on linux and the version of gtk3 is the most recent in the repository, I believe (3.10.8-0ubuntu1.5). Depends: libgtk-3-common (>= 3.10.8), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.7.5), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), l

Re: detaching a notebook tab

2015-07-06 Thread Allin Cottrell
On Mon, 6 Jul 2015, Allin Cottrell wrote: My app has a collection of objects which can be viewed either individually or in a tabbed viewer based on GtkNotebook. When objects are being viewed in the latter way, the user is supposed to be able to drag an object out of the tabbed viewer, with the

detaching a notebook tab

2015-07-06 Thread Allin Cottrell
Hello all, My app has a collection of objects which can be viewed either individually or in a tabbed viewer based on GtkNotebook. When objects are being viewed in the latter way, the user is supposed to be able to drag an object out of the tabbed viewer, with the effect of giving it its own w