[ROOT] ProcessEvents

From: Lukasz Slusarczyk (lucasso@ds2.uw.edu.pl)
Date: Thu Dec 04 2003 - 12:39:07 MET


Hi

  I saw that there is gSystem->ProcessEvents() method and it processes all 
pending events. I'm looking for sth similar to this. I'd like to disable 
all events for a while (before critical section, secured by mutexes) and 
process them after this period. Sth like that:

gSystem->SomeFunctionThatStopsEventProcessing();
...
gSystem->ProcessEvents();

is there any way to do it?

-- 
Łukasz Ślusarczyk
 http://rainbow.mimuw.edu.pl/~lucasso/
 http://508.ds2.uw.edu.pl



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:17 MET