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
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
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
wx.aui.EVT_AUINOTEBOOK_PAGE_CHANGING
wx.aui.EVT_AUINOTEBOOK_PAGE_CHANGEDCody
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.
Oerjan...
2009/11/4 Ørjan Pettersen <oerjan@start.no>: