]> git.saurik.com Git - wxWidgets.git/commit
Add support for auto-orientable toolbars to AUI.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:10 +0000 (23:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:10 +0000 (23:33 +0000)
commite5dcae09e6c207688b41c8b744764d32b7b39a46
treeaaa6a3e6775b9a01aa16a778ce91b9d67df72f58
parent43fd7dbd797dc3977376146b5d0751d974e089a1
Add support for auto-orientable toolbars to AUI.

Allow wxAUI to change the toolbar orientation depending on where is it docked.
It is also now possible to specify wxAUI_TB_VERTICAL or HORIZONTAL to force
the toolbar to be always oriented in the given sense and to prevent it from
being docked at the sides incompatible with it.

Closes #11712.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/aui/auibar.h
include/wx/aui/framemanager.h
samples/aui/auidemo.cpp
src/aui/auibar.cpp
src/aui/framemanager.cpp