Re: Getting the "busy" cursor to display.



James Tappin wrote:
Is there some other call (or calls) I should be making to force the updates
to take place?

I use the following for widget updates during background processing:

    while ( gtk_events_pending( ) )
        gtk_main_iteration(  );

Not sure if it will work for cursor drawing though.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]