How to catch the mouse events with DrawFrame()?

Hello,
i am creating a Frame with axis using TPad::DrawFrame() function, which creates axis and a TFrame.
Then i would like to capture mouse events on the TFrame, but keep the possibility to zoom the axis (so not capture the events on the axis).
I guess i should overdefine some ExecuteEvent() function, but i don’t see exactly how to do.
Which class to derive?
Could you help me please?
Thanks,
Frederic.

Have you a small piece of code showing “where you are” for the time being ?

Hi,
check:

  1. root.cern.ch/root/rqex/rqfiller.C
  2. $ROOTSYS/tutorials exec1.C, exec2.C, exec3.C

Regards. Valeriy