release of GLib 2.25.11

2010-07-11 Thread Ryan Lortie
Hi again, It's been a couple of weeks, so it's time for another GLib release. I'm feeling extra creative, so let's call this one "2.25.11". You can find it in the usual place: http://download.gnome.org/sources/glib/2.25/ Make sure to check those checksums! f83cdc74b9a0a8514c496c68f3d4887d38

Re: Why GtkFontSelectionDialog doesn't implements GtkFontSelection?

2010-07-11 Thread John Williams
Hi all, Unstable here means that it maybe will not be part of stable version of GTK+ or that it will be part of a stable version and is just on a beta version? 2010/6/28 Javier Jardón : > 010/6/29 Tadej Borovšak : > >> There has been some work going on to bring font chooser widgets into >> 21st c

signal apparently missing on gtkcalendar

2010-07-11 Thread John Williams
Hi all, I am reading the documentation of GtkCalendar, more precisely at the signals. There are the month-changed and day-selected signal, but why not a signal to represent the year changing? Maybe something like year-changed, why it doesn't exist? Thanks _

Re: Why GtkFontSelectionDialog doesn't implements GtkFontSelection?

2010-07-11 Thread Tadej Borovšak
Hi. > Unstable here means that it maybe will not be part of stable version > of GTK+ or that it will be part of a stable version and is just on a > beta version? Unstable means "it'll be part of next GTK+ release, due to be out in October 2010". Tadej -- Tadej Borovšak tadeboro.blogspot.com ta

Sending GdkEvents to Gtk Widget

2010-07-11 Thread Bharathwaaj Srinivasan
Hi, Is it possible to send GdkEvents to a GtkWidget from the application? Currently I've a GIOChannel which is listening to a socket and the GSource is attached to the Glib main loop. g_type_init(); g_thread_init(NULL); gdk_threads_init(); gdk_threads_enter(); gtk_init(NULL,