Re: Window (CList) update semantics



Tom Jennings wrote:

The window doesn't update until the handler returns.

more likely, it updates when the clist gets a chance to handle some events which were put on the event queue by your code.

try this:

   while ( Gtk->events_pending ) {
       Gtk->main_iteration;
   }







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