From: Takaaki T. <tt...@kt...> - 2002-01-25 01:34:51
|
Hello, At Thu, 24 Jan 2002 23:26:49 +0100, cix <mc...@gm...> wrote: > The Group handle "hides" the Widget' one, so that I never reach > Contained::handle(e) if not removing Container::handle(e). > I don't know how to solve the problem. Did I miss somehing? See the section "Handling Events" of FLTK's manual. The Group#handle(e) (or super(e) in Container#handle()) is propagates the event to children widgets. So this means the event is not sent directly to children widgets, I think. -- Takaaki Tateishi <tt...@kt...> |