get the active pane of an aui manager

Hello everybody,

I have an application that contains amongs its widgets an auiNotebook and an auiManager.

For the auiNotebook, I can get the active page by using something like:

activePage = self._notebook.GetPage(self._notebook.GetSelection())

Unfortunately, I can not find in the API tue equivalent for the auiManager I mean a command (or a set commands) that can give
the active pane.

Would you have any idea for doiing this ?

thanks a lot

Eric