If the widget flag enum says:
INVISIBLE = 1<<1, ///< the widget is not drawn but can receive e
vents
then why is visibility required in:
unsigned int takesevents() const {
return !output() && active_r() && visible_r();
}
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

