Aui manager question

giuseppe massimo bertani gm_bertani at yahoo.it
Mon Mar 12 02:24:07 PDT 2007


hi all,

I'm looking for an event to hook, telling me when an AUI managed pane is activated (the user clicks or selects it)
I tried to use EVT_ACTIVATE: (wxPython) 

self.Bind(wx.EVT_ACTIVATE, self._OnPaneSelection, pane)

the event is generated, ._OnPaneSelection() is called when I click into the pane, but the GetEventObject() call returns a pointer to the frame
window instead of its children, so I cannot know from where the event comes.

any suggestion?

thanks
Massimo




More information about the wx-users mailing list