DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2574 Version: 1.3-current The widget flag enum says:        INVISIBLE      = 1<<1,  ///< the widget is not drawn but can receive events ...whereas the code works like:   unsigned int takesevents() const {     return !output() && active_r() && visible_r();   } (The fltk2 dillo used a search bar that worked by receiving shortcut events even when invisible.) Link: http://www.fltk.org/str.php?L2574 Version: 1.3-current
_______________________________________________ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs