Re: Getting the "busy" cursor to display.
- From: James Tappin <jtappin gmail com>
- To: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: Getting the "busy" cursor to display.
- Date: Tue, 10 Apr 2012 11:33:34 -0600
On 10 April 2012 10:09, <jcupitt gmail com> wrote:
On 10 April 2012 16:58, James Tappin <jtappin 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
Thanks for the suggestion. Unfortunately in this case it doesn't help. (I
have also tried gdk_display_flush and gdk_window_flush, but still the same
story).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]