Ticket #13520 (confirmed enhancement)
XRC handler for wxAuiManager and wxAuiPaneInfo
| Reported by: | RedTide | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XRC | Version: | 2.9-svn |
| Keywords: | AUI XRC | Cc: | steve.lamerton@…, mmacleod@… |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
This patch adds an XRC handler for wxAuiManager and wxAuiPaneInfo.
It was done using the #10996 made by Steve Lamerton, with some small changes added by me.
To make it works I've used the following steps:
patch -p0 < xrcreorg-new-4.patch
patch -p0 < xrc_aui.patch
cd ./build/bakefiles
bakefile_gen
cd ../../
aclocal -I ./build/aclocal
autoconf
mkdir buildgtk
cd buildgtk
../configure --enable-debug >build.txt
make
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

