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