Add support for wxAuiManager and wxAuiPaneInfo to XRC

Add XRC handler for wxAuiManager and include the existing wxAuiNotebook
handler into it (but notice that wxAuiToolBar handler added by a later #15686
in f269f868d7 remains separate).

Also update the AUI dialog in the sample and stop hardcoding its size in
pixels.

See #13520.
This commit is contained in:
Andrea Zanellato
2016-03-09 01:08:42 +01:00
committed by Vadim Zeitlin
parent 6f80021950
commit cf5fa7d5f1
23 changed files with 667 additions and 286 deletions

View File

@@ -2994,7 +2994,7 @@ AUI_CMN_SRC =
src/aui/auibar.cpp
src/aui/tabmdi.cpp
src/aui/tabart.cpp
src/xrc/xh_auinotbk.cpp
src/xrc/xh_aui.cpp
src/xrc/xh_auitoolb.cpp
AUI_CMN_HDR =
wx/aui/framemanager.h
@@ -3005,7 +3005,7 @@ AUI_CMN_HDR =
wx/aui/tabmdi.h
wx/aui/aui.h
wx/aui/tabart.h
wx/xrc/xh_auinotbk.h
wx/xrc/xh_aui.h
wx/xrc/xh_auitoolb.h
AUI_MSW_HDR =