Re: Steps to get to GTK+ 3.0

2008-06-03 Thread Vincent Geddes
Hi, Any chance of using C99 for GTK+ 3.0? its a pretty good improvement over ANSI C in many respects. Various resources: 1. http://www.ibm.com/developerworks/library/l-c99.html 2. http://mail.gnome.org/archives/gtk-devel-list/2006-January/msg00057.html Vincent

Re: GIO API review

2007-12-11 Thread Vincent Geddes
Hi, On Tue, 2007-12-11 at 17:48 +0100, Michael Natterer wrote: Also, subclasses should probably append their name, not prepend it: GFilterOutputStream - GIOOutputStreamFilter GUnixOutputStream - GIOOutputStreamUnix ... This makes the file and inheritence structure much clearer and

Re: Problem about create gtk program on Windows

2007-03-31 Thread Vincent Geddes
Hello Kun Niu On Sat, 2007-03-31 at 20:35 +0800, Kun Niu wrote: Dear all, I'm new in gtk field on Win32 platform, But I've got the following problem I successfully created a gtk program and it runs well. But each time I run the command, a black command line window appear on my screen.

Re: Sudden Tango changes in trunk

2007-03-28 Thread Vincent Geddes
On Wed, 2007-03-28 at 10:10 -0700, Brian J. Tarricone wrote: On Wed, 28 Mar 2007 12:49:44 +0200 Jakub Steiner wrote: To be honest I don't want to bother with all this work to provide an 'alternative' icon theme. The unique gnome 2.0 style make gtk apps on platforms such as MS Windows or Mac

Re: Changing the color od a widget

2006-10-05 Thread Vincent Geddes
On Wed, 2006-10-04 at 16:24 -0500, Steven Boyls wrote: Hi, I'd like to know if there is a way to change/set the color of a widget. Yes, using resource files/strings. Think of them as stylesheets for gtk. http://developer.gnome.org/doc/API/2.0/gtk/gtk-Resource-Files.html But... All default

Re: Parent window for other GtkWindow-s

2006-07-12 Thread Vincent Geddes
On Wed, 2006-07-12 at 22:45 +0200, David Nečas (Yeti) wrote: Which, beside being nonportable, would be confusing as well because the *behaviour* of windows will not follow user's window manager preferences even if we assume the window manager incidentally was metacity. Haha, I was just