Re: [gtkmm] sensitivity seems to be 'ignored'



Jeffrey Rush wrote:
Ahh, I think I understand! Let me summarize this:
Each callback routine is handled like an atomic function, which
'normally' won't get interrupted. But by inserting
while(g_main_iteration(FALSE)) pending events are processed
immediately, even if this means to interrupt the current
callback. And after processing the 'interrupting' callback,
processing continues where it got before interruption.
Is that correct that way?!

Yes.

--
Manuel Clos
llanero eresmas net

TCPA y Palladium: http://bulmalug.net/body.phtml?nIdNoticia=1398
TCPA and Palladium: http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html




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