Re: Is now gdk-bixbuf the part of gtk+-2?

2005-09-27 Thread David Necas (Yeti)
On Mon, Sep 26, 2005 at 06:02:58PM -0400, John (J5) Palmieri wrote: Actually I believe you do. On Fedora gdk-pixbuf is a separate package so if a developer doesn't have gdk-pixbuf-devel package installed configure should detect this and throw an error. Please don't confuse people. There is

Re: Problem with GTK/GNOME programming

2005-09-27 Thread Przemysław Sitek
Dnia 2005-09-26 16:05, Lalit Kumar napisał: Hi All, I am using Fedora core 3. I am facing problem with Gnome and Gtk programming. Anyone working on GNOMe/GTK programming , please help me out how to write GNOME/GTK program. There's a tutorial: http://www.gtk.org/tutorial/ API reference

GLib gettext and UTF-8

2005-09-27 Thread David Rosal
Hi. I don't know much about UTF8 issues, and I wanted to know if I am making the things well. In my GTK2 program, I use the macro _(str) to translate the strings. str is in english (ASCII), but the translation may be encoded in an arbitrary codeset (e.g. ISO-8859-1 or KOI-8...). The question

Re: GLib gettext and UTF-8

2005-09-27 Thread The Saltydog
On 9/27/05, David Rosal [EMAIL PROTECTED] wrote: In my GTK2 program, I use the macro _(str) to translate the strings. str is in english (ASCII), but the translation may be encoded in an arbitrary codeset (e.g. ISO-8859-1 or KOI-8...). The question is: Does the glib macro _(str) convert the

Re: Is now gdk-bixbuf the part of gtk+-2?

2005-09-27 Thread John (J5) Palmieri
On Tue, 2005-09-27 at 09:16 +0200, David Necas (Yeti) wrote: On Mon, Sep 26, 2005 at 06:02:58PM -0400, John (J5) Palmieri wrote: Actually I believe you do. On Fedora gdk-pixbuf is a separate package so if a developer doesn't have gdk-pixbuf-devel package installed configure should

Re: GLib gettext and UTF-8

2005-09-27 Thread John Vetterli
On Tue, 27 Sep 2005, The Saltydog wrote: On 9/27/05, David Rosal [EMAIL PROTECTED] wrote: In my GTK2 program, I use the macro _(str) to translate the strings. str is in english (ASCII), but the translation may be encoded in an arbitrary codeset (e.g. ISO-8859-1 or KOI-8...). The question is:

Re: Displaying intermediate button images.

2005-09-27 Thread Tristan Van Berkom
Rich Burridge wrote: [...] Can I ask a favour please? Could you adjust the reve_sleep() routine in the attached small program to use a g_timeout_add() to do the pausing? The problem with your program is not with reve_sleep(), the problem is that you have a reve_sleep() function at all, in

Memory question

2005-09-27 Thread David Rosal
Hello. I know this is a general C programming issue, but... It is a memory leak to call g_strdup() as argument to other function? For example, if I do this: gtk_entry_set_text(GTK_ENTRY(entry), g_strdup(banana); Am I leaking memory? AFAIK, the above code makes glib (via libc): 1) ask the

GTK+ 2.8.2

2005-09-27 Thread Matthias Clasen
GTK+ 2.8.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.4.tar.bz2 md5sum: ae14972d22ac338d87c56b6075dfd2a4 gtk+-2.8.4.tar.gzmd5sum: 6b7fe0ba845c115ad5e9f7795a01a624 This is a bugfix release in the 2.8.x

Re: Displaying intermediate button images.

2005-09-27 Thread Tristan Van Berkom
Rich Burridge wrote: Hi Tristan, Can I ask a favour please? Could you adjust the reve_sleep() routine in the attached small program to use a g_timeout_add() to do the pausing? You seemed to have ignored the revised small attached program that I sent you and gone back to my first version.

Re: Displaying intermediate button images.

2005-09-27 Thread Rich Burridge
Tristan Van Berkom wrote: You seemed to have ignored the revised small attached program that I sent you and gone back to my first version. Could you show me how to do this with the program attached below please? No I did not, I based it on the code you attatched in your private post, note

Re: GLib 2.8.2 released

2005-09-27 Thread Matthias Clasen
It has been brought to my attention that the md5 sums for ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.2.tar.bz2 and http://ftp.gnome.org/pub/gnome/source/glib/2.8/glib-2.8.2.tar.bz2 do not agree. This is because the .bz2 files were created at different compression levels. I have verified that

segmentation fault in g_object_run_dispose

2005-09-27 Thread Boncek, John
Using GTK 2.2.4, we are getting a segmentation fault in g_object_run_dispose called from gtk_widget_destroy on a fixed container. The context is a screen that works fine when operated on slowly, such that all widgets are displayed before any action is taken. The problem only occurs if you type

Re: GTK+ 2.8.2

2005-09-27 Thread Matthias Clasen
The subject should read GTK+ 2.8.4, of course. Matthias ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTK+ 2.8.2

2005-09-27 Thread Matthias Clasen
The subject should read GTK+ 2.8.4, of course. Matthias ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

RE: Pango questions in LSB context

2005-09-27 Thread Banginwar, Rajesh
Thanks for the update Owen. While going through the headers: I am finding that there are three high level headers in pango.h, pangoft2.h and pangoxft.h. I assume these are the headers application typically use for using corresponding libraries. But I am finding that there are some functions

GTK+ 2.8.2

2005-09-27 Thread Matthias Clasen
GTK+ 2.8.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.4.tar.bz2 md5sum: ae14972d22ac338d87c56b6075dfd2a4 gtk+-2.8.4.tar.gzmd5sum: 6b7fe0ba845c115ad5e9f7795a01a624 This is a bugfix release in the 2.8.x