corvid wrote:
> 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.

        At minimum this does seem to be a problem with docs.
        Or perhaps the docs are right, and implementation is wrong.

        I think the only way this will get fixed is if you post an STR.
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to