Re: Pango-1.13.0 released [unstable]

2006-04-25 Thread Valdis . Kletnieks
On Sun, 23 Apr 2006 17:47:33 EDT, Behdad Esfahbod said: Pango-1.13.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ e0ff0a52ef9690be02610508618bccd5 pango-1.13.0.tar.bz2 60166ab4b02c7d5db718cb810b0c2ba8

Re: correction in gtk-runtime 2.8.17

2006-04-25 Thread David Necas (Yeti)
On Tue, Apr 25, 2006 at 05:52:55AM +0200, Benoit Carpentier wrote: Hi everybody, A new version of gtk runtime 2.8.17 is released. There was a trouble with Pango because the name of the folder is not 1.4.0 but 1.5.0 now. So the installer is changed and should work now. Regards, Benoît

Re: correction in gtk-runtime 2.8.17

2006-04-25 Thread Michael Torrie
On Tue, 2006-04-25 at 14:48 +0200, David Necas (Yeti) wrote: On Tue, Apr 25, 2006 at 05:52:55AM +0200, Benoit Carpentier wrote: Hi everybody, A new version of gtk runtime 2.8.17 is released. There was a trouble with Pango because the name of the folder is not 1.4.0 but 1.5.0 now. So

Re: correction in gtk-runtime 2.8.17

2006-04-25 Thread David Necas (Yeti)
On Tue, Apr 25, 2006 at 08:20:08AM -0600, Michael Torrie wrote: Umm, because this is a list about developing applications using gtk. The gtk runtime is a collection of all the files needed so that an end user can run gtk applications. GTK applications are of no value to anyone without the

Dynamic Menus (proper post)

2006-04-25 Thread Ivan N. Zlatev
Hi again, My greatest apologies for posting twice, but unfortunately my experience with mailing lists is limited and I've just found out that my attachment is missing and also I will provide a more detailed explanation of my problem in this re-post. The code/test case you can find at

Re: Reducing space between treeview rows

2006-04-25 Thread Doug McLain
Some time ago I posted to various gtk related lists about reducing padding between treeview rows. I got the response below, which seemed promising as a hack fix for the single area of concern that initially sparked my interest in reducing the space between rows. My initial interest was to

GTK+- widget packing question

2006-04-25 Thread BobS0327
I'm using gtk_vbox_new and gtk_hbox_new to pack widgets on a window. My problem is that the packing is too uniform. Every widget is assigned the same uniform box size. In other words, my first horizontal wdget would be a text box, the next widget would be a listview and the third horizontal

How to catch mouse events from a GtkImage?

2006-04-25 Thread Damián Cinich
Hi, I have a little piece of code where I connect the signals corresponding to the mouse events to a GtkImage, and then the callback prints a message when it detect some of these signals, but it doesn't seems to work. If I connect them to a GtkWindow it works, but it doesn't with the GtkImage.