Re: Questions about the event loop

2006-05-16 Thread bruno at modulix
egbert wrote: > What does a gui_event_loop know ? > > My gui is based on pygtk, > but i suppose the mechanism is the same everywhere. > > The gui is created within a class-instance within a function. > Normally, ie without a gui, everything that happens within > a function is forgotten as soon t

Questions about the event loop

2006-05-16 Thread egbert
What does a gui_event_loop know ? My gui is based on pygtk, but i suppose the mechanism is the same everywhere. The gui is created within a class-instance within a function. Normally, ie without a gui, everything that happens within a function is forgotten as soon the function ends. But in a gu