I wrote:
> If the widget flag enum says:
>
>         INVISIBLE       = 1<<1,   ///< the widget is not drawn but can 
> receive events
>
> then why is visibility required in:
>
>   unsigned int takesevents() const {
>     return !output() && active_r() && visible_r();
>   }

I ask this because the fltk2 dillo uses a search bar that works by receiving
shortcut events even when invisible.


_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to