On Mon, Sep 15, 2008 at 07:38:01PM -0400, Paul Kienzle wrote:
> It does not poll.
> draw_idle() triggers a timer with a 5ms delay. This timer is reset for
> each draw_idle() call. At timeout the timer is restarted if there are more
> events on the wx event queue, otherwise the graph is rendered.
On Mon, Sep 15, 2008 at 11:29:15PM +0200, Gael Varoquaux wrote:
> On Mon, Sep 15, 2008 at 04:06:45PM -0400, Paul Kienzle wrote:
> > Hi,
>
> > I tweaked the wx backend so that the idle delay is 5 ms rather than 50 ms.
> > This allows the idle delay to kick in between mouse move events so
> > the gr
On Mon, Sep 15, 2008 at 04:06:45PM -0400, Paul Kienzle wrote:
> Hi,
> I tweaked the wx backend so that the idle delay is 5 ms rather than 50 ms.
> This allows the idle delay to kick in between mouse move events so
> the graph will be updated during a drag operation.
> Users can override the idle