Auinotebook change tab event.

Hello!

I looked through the source of auinotebook looking for an event that get triggered when left clicking on a notebook tab, changing from one tab to another.

I could not find one, is there one?

Oerjan Pettersen

Hi,

···

2009/11/4 Ørjan Pettersen <oerjan@start.no>:

Hello!

I looked through the source of auinotebook looking for an event that get
triggered when left clicking on a notebook tab, changing from one tab
to another.

I could not find one, is there one?

Must have been looking in the wrong place :wink:

wx.aui.EVT_AUINOTEBOOK_PAGE_CHANGING
wx.aui.EVT_AUINOTEBOOK_PAGE_CHANGED

Cody

Cody Precord wrote:

Hi,

Hello!

I looked through the source of auinotebook looking for an event that get
triggered when left clicking on a notebook tab, changing from one tab
to another.

I could not find one, is there one?

Must have been looking in the wrong place :wink:

wx.aui.EVT_AUINOTEBOOK_PAGE_CHANGING
wx.aui.EVT_AUINOTEBOOK_PAGE_CHANGED

Cody

I did actually look in the right place, but eight lined to far down. Not good, should have seen it. Anyway, thanks for answering my obvious questions. :slight_smile:

Oerjan...

···

2009/11/4 Ørjan Pettersen <oerjan@start.no>: