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
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