> However, if I don't declare handle() > for window, box gets events (so everything's fine), but if I declare > even empty (and always returning 0) handle() for window, box doesn't get > _any_ event.
Well, this is not true: it does receive FL_FOCUS and when it returns 1 on it, it also receives other keyboard events. But this only strenghtens my confusion since I can't make it to receive FL_ENTER or FL_MOVE (or rather I can't make fltk to send these events to the widget...) when there is a handle() function in its parent widget as well. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

