octave-maintainers
[Top][All Lists]
Advanced

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

Re: input_event_hook - __fltk_redraw__


From: Michael Goffioul
Subject: Re: input_event_hook - __fltk_redraw__
Date: Fri, 25 Feb 2011 20:48:11 +0000

On Fri, Feb 25, 2011 at 8:30 PM, logari81 <address@hidden> wrote:
> Today I have noticed that in __init_fltk__ an input event hook to
> __fltk_redraw__ is added:
>
>      octave_value_list args;
>      args(0) = "__fltk_redraw__";
>      feval ("add_input_event_hook", args, 0);
>
> Why do we need this?

To process FLTK events synchronously with octave.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]