Need to interrupt to check for mouse movement

Jp Calderone exarkun at divmod.com
Thu Jul 21 09:02:42 EDT 2005


On 20 Jul 2005 22:06:31 -0700, Paul Rubin <"http://phr.cx"@nospam.invalid> wrote:
>Christopher Subich <spam.csubich+block at block.subich.spam.com> writes:
>> > In the particular case of wxWidgets, it turns out that the *GUI*
>> > blocks for long periods of time, preventing the *network* from
>> > getting attention.  But I agree with your position for other
>> > toolkits, such as Gtk, Qt, or Tk.
>>
>> Wow, I'm not familiar with wxWidgets; how's that work?
>
>Huh?  It's pretty normal, the gui blocks while waiting for events
>from the window system.  I expect that Qt and Tk work the same way.

But not Gtk? :)  I meant what I said: wxWidgets behaves differently in this regard than Gtk, Qt, and Tk.

Jp



More information about the Python-list mailing list