About GTK 2.13.x window redirection

2008-05-30 Thread Gabriele Greco
I've read with much interest the new features of the unstable branch, will
the window redirection feature allow to use GTK+ to render to offscreen
bitmaps?

This will allow a quite easy GTK+ deployment on top of OpenGL, that will be
a very useful feature...

-- 
Bye,
 Gabry
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: About GTK 2.13.x window redirection

2008-05-30 Thread Emmanuele Bassi
On Fri, 2008-05-30 at 11:21 +0200, Gabriele Greco wrote:
 I've read with much interest the new features of the unstable branch, will
 the window redirection feature allow to use GTK+ to render to offscreen
 bitmaps?

yes.

 This will allow a quite easy GTK+ deployment on top of OpenGL, that will be
 a very useful feature...

the redirection is only done once, so you will have to keep updating it;
it will also not affect the event handling, so you will not be able to
interact with any widget redirected to a GdkPixmap.

the event redirection is part of a more complicated patch that has not
been applied yet.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list