wxAUINotebook - retrieve pages in tab order?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
timg
Earned some good credits
Earned some good credits
Posts: 148
Joined: Mon Jan 23, 2006 6:52 pm

wxAUINotebook - retrieve pages in tab order?

Post by timg »

Is there an easy way to retrieve the pages of an AUINotebook in order?

You can drag the tabs around to re-order the pages visually, but this doesn't change the order for GetPage() calls. Is this a bug?
Post Reply