Re: canvas notes

2005-09-10 Thread Benoit Carpentier
Hi, That's what I think also about 3D and printing too. [For my own needs I develop a GtkPrinter widget (because it does not exist on GTK+) for Windows 32. Several developers use it, even if it has few functions for the moment. I dream about a such GtkPrinter for GTK+, for Win 32 and, also Linux/U

Re: canvas notes

2005-09-10 Thread Havoc Pennington
On Sat, 2005-09-10 at 10:29 +0100, Damon Chaplin wrote: > On Fri, 2005-09-09 at 20:23 -0400, Havoc Pennington wrote: > > On Fri, 2005-09-09 at 09:53 +0200, Alexander Larsson wrote: > > > * OpenGL > > > > Any thoughts on that 3D vs. 2D thing? i.e. it seems like we want to be > > able to mix OpenGL

Re: canvas notes

2005-09-10 Thread Gustavo J. A. M. Carneiro
On Sat, 2005-09-10 at 10:29 +0100, Damon Chaplin wrote: > On Fri, 2005-09-09 at 20:23 -0400, Havoc Pennington wrote: > > On Fri, 2005-09-09 at 09:53 +0200, Alexander Larsson wrote: > > > * OpenGL > > > > Any thoughts on that 3D vs. 2D thing? i.e. it seems like we want to be > > able to mix OpenGL

Re: canvas notes

2005-09-10 Thread Jean Bréfort
Le samedi 10 septembre 2005 à 10:29 +0100, Damon Chaplin a écrit : > On Fri, 2005-09-09 at 20:23 -0400, Havoc Pennington wrote: > > On Fri, 2005-09-09 at 09:53 +0200, Alexander Larsson wrote: > > > * OpenGL > > > > Any thoughts on that 3D vs. 2D thing? i.e. it seems like we want to be > > able to

Re: canvas notes

2005-09-10 Thread Damon Chaplin
On Fri, 2005-09-09 at 20:23 -0400, Havoc Pennington wrote: > On Fri, 2005-09-09 at 09:53 +0200, Alexander Larsson wrote: > > * OpenGL > > Any thoughts on that 3D vs. 2D thing? i.e. it seems like we want to be > able to mix OpenGL and Cairo at will, but it isn't clear to me what that > really means

gtkNoteBook focus on creation ?

2005-09-10 Thread Rss Reader
Hello, i'm lookin for a way to give focus to every newly created notebook tab, cause by default, the newly created don't have focus, only the first one has the focus. i tried with gtk_notebook_next_page() after the call to gtk_notebook_append_page(), but it doesn't seem to work ?