GTK+ 2.17.11 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/2.17/
http://download.gnome.org/sources/gtk+/2.17/
md5 sums:
46b3b78d9140b40efe8efaa8c477d1cd gtk+-2.17.11.tar.bz2
5bc5514499e9d0d4331f8d783957917d gtk+-2.17.11.tar.gz
sha1 sums:
e65bf48bb7a97cae5e77d9aa66119f125f98aa8b
On 09/04/2009 08:12 PM, Marshall Lake wrote:
>
> What stops an idle function from being executed? ... pending events, right?
>
> I have a situation where an idle function does NOT get called with the
> following code:
>
> g_idle_add ((GSourceFunc) idlefunc, NULL);
Well, that works fine for
What stops an idle function from being executed? ... pending events,
right?
I have a situation where an idle function does NOT get called with the
following code:
g_idle_add ((GSourceFunc) idlefunc, NULL);
OR
while (gtk_events_pending ())
gtk_main_iteration ();
g_idle_
GLib 2.21.6 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.21/
http://download.gnome.org/sources/glib/2.21/
md5 sums:
3b0452fbd877db53dafabdc074600cb8 glib-2.21.6.tar.bz2
a13adaa64ceca3e02aed9ccd08ffd7a0 glib-2.21.6.tar.gz
sha1 sums:
a05f74a1cc9ae7a77efa988be72575c192da1afc
On Fri, 4 Sep 2009, John Stebbins wrote:
> The problem occurs when I create a GtkFileChooserDialog with action
> GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER and then set the default folder
> with gtk_file_chooser_set_filename or gtk_file_chooser_select_filename.
> Attempting to click "Ok" gives the mes
The problem occurs when I create a GtkFileChooserDialog with action
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER and then set the default folder
with gtk_file_chooser_set_filename or gtk_file_chooser_select_filename.
Attempting to click "Ok" gives the message "The folder could not be
created. Error c