Re: Forcing the GUI to update
- From: Sven Neumann <sven gimp org>
- To: murrayc usa net
- Cc: gtk-list <gtk-list gnome org>
- Subject: Re: Forcing the GUI to update
- Date: 22 Aug 2002 12:24:04 +0200
Hi,
Murray Cumming <murrayc usa net> writes:
> Can anyone tell me how to force GTK+ to update the GUI?
>
> For instance, my signal handler does a lot of processing, so I want to
> change the cursor to the "watch" cursor (with gdk_window_set_cursor()).
> But that doesn't actually happen until after the signal handler has
> finished.
while (gdk_events_pending()) gtk_main_iteration();
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]