GLib 2.28.3

2011-03-17 Thread Matthias Clasen
GLib 2.28.3 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ 7e1ab62d0f0cdc3f0ce8214b77d104b3abbd51185a9f3fc9b6a504cce26f6fab glib-2.28.3.tar.bz2 72d4773bfe2f73adb7ebbb1df9341206e95a6bd4e17a68cefea1c8a524a5bf2c glib-2.28.3.tar.gz

gtk_tree_view_column query.

2011-03-17 Thread James Tappin
Hello, I'm working on some aspects of gtk-fortran (an interface of GTK+ to Fortran95/2003), and so need to implement things without using varargs routines. However I'm getting unexpected behaviours. I don't think the problem is in the Fortran interface as I can reproduce the errors in

Re: gtk_tree_view_column query.

2011-03-17 Thread James Tappin
On 17 March 2011 15:55, James Tappin jtap...@gmail.com wrote: Hello,  I'm working on some aspects of gtk-fortran (an interface of GTK+ to Fortran95/2003), and so need to implement things without using varargs routines. However I'm getting unexpected behaviours. I don't think the problem is in

GLib 2.28.3

2011-03-17 Thread Matthias Clasen
GLib 2.28.3 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ 7e1ab62d0f0cdc3f0ce8214b77d104b3abbd51185a9f3fc9b6a504cce26f6fab glib-2.28.3.tar.bz2 72d4773bfe2f73adb7ebbb1df9341206e95a6bd4e17a68cefea1c8a524a5bf2c glib-2.28.3.tar.gz

Trimming gdk-pixbuf repository

2011-03-17 Thread Alberto Ruiz
Hello everbody, I have been playing around with trimming the gdk-pixbuf repository as it carries all the changes from Gtk+ 2.x before it was split. I have used the script attached, it basically figures out which files have been removed and removes all the content related to them from the history.

GLib 2.28.3

2011-03-17 Thread Matthias Clasen
GLib 2.28.3 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ 7e1ab62d0f0cdc3f0ce8214b77d104b3abbd51185a9f3fc9b6a504cce26f6fab glib-2.28.3.tar.bz2 72d4773bfe2f73adb7ebbb1df9341206e95a6bd4e17a68cefea1c8a524a5bf2c glib-2.28.3.tar.gz

What are those messages about?

2011-03-17 Thread ikorot
Hi, ALL, I'm getting those messages running GTK+ based app: /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:46: Clearlooks configuration option menuitemstyle is not supported and will be ignored /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:47: Clearlooks configuration option listviewitemstyle is not

How to destroy a GtkMenu?

2011-03-17 Thread Vikram Ambrose
After you have run gtk_menu_popup(), whats the proper way of deallocating memory for the menu? Currently I'm hooking into the deactivate signal, from which I call gdk_threads_add_idle, which in turn calls a GSourceFunc that just does gtk_widget_destroy. Seems kinda convoluted so I'm guessing