]> git.saurik.com Git - wxWidgets.git/commit - samples/xrc/rc/controls.xrc
Use wxChoicebook instead of wxNotebook in the xrc sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:34:12 +0000 (14:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:34:12 +0000 (14:34 +0000)
commit7c4e16e6980ea76d548fc05f1fb1add9a2f127cd
tree1202739200e97c7750b09dea529e03f64c89b75d
parent85edc0459172d9f73aeda4c59f42ae0ba005ecb6
Use wxChoicebook instead of wxNotebook in the xrc sample.

wxNotebook was unusable with so many pages under all platforms and completely
unusable under Mac. Replace it with wxChoicebook which allows to select any
page quickly instead of having to do it sequentially (or not being able to do
it at all under Mac).

Another possibility could be to use wxTreebook and organize the pages in
categories, similarly to how it is done in the widgets sample.

Closes #3699.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/xrc/rc/controls.xrc