Hi,

I have the following window hierarchy:

  Frame
   (sizer)
    Panel
     (gridbagsizer)
      Panel
       (sizer)
        Bitmaps, StaticTexts, sizers, ...
      Panel
       (sizer)
        Bitmaps, StaticTexts, sizers, ...
      ...

What I want is that if the user clicks anywhere inside the outer
panel, the click event is delivered at the outer panel. The inner
panels and objects do/should/must not respond to click events.

I can catch events from the inner panels, texts and so on but even
though I use Skip the event does not arrive at the outer panel.

Apparently I'm overlooking something. 

-- Johan

Reply via email to