Hi All, I have the same problem as described here (https://groups.google.com/forum/?fromgroups#!topic/wxpython-users/T78KWU6vS_A): when tabs in AuiNotebook are moved using drag and drop, their order changes on the screen, but not internally and I'd like to enumerate them in the right order.
I can get the list of children for my notebook (notebook:GetChildren()) and can enumerate those using GetFirst()/GetNext() and then get their target using GetData(), but all their targets are of wxWindow type. How do I know which one is AuiTabCtrl and how do I cast it to AuiTabCtrl to call GetPage()? Paul. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
