On 10 April 2012 16:58, James Tappin <jtap...@gmail.com> wrote: > call gdk_display_sync(gdk_display_get_default()) > call gdk_window_set_cursor(draw_window, busy_cursor) > call gdk_display_sync(gdk_display_get_default())
My gtk2 program does this with: gdk_window_set_cursor( window, cursor ); gdk_flush(); If that's any help :( I've not tried gtk3 yet. J _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list