hi,
I had a wx.Panel inside a wx.Notebook widget.
How to access wx.Panel widget when event EVT_NOTEBOOK_PAGE_CHANGED is
fired
Thanks in advance.
hi,
I had a wx.Panel inside a wx.Notebook widget.
How to access wx.Panel widget when event EVT_NOTEBOOK_PAGE_CHANGED is
fired
Thanks in advance.
Rashad wrote:
hi,
I had a wx.Panel inside a wx.Notebook widget.
How to access wx.Panel widget when event EVT_NOTEBOOK_PAGE_CHANGED is
firedThanks in advance.
notebook.GetPage(page_number)
You can find the number from Event.GetSelection()/GetOldSelection
..or using GetCurrentPage()
--
Steven Sproat, BSc
http://www.basicrpg.com/