Add support for wxAuiNotebook to XRC.
Add wxAuiNotebookXmlHandler to "aui" library, now that we can do it without adding a dependency of it on "xrc" one. Closes #10889. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3631,6 +3631,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
src/aui/auibar.cpp
|
||||
src/aui/tabmdi.cpp
|
||||
src/aui/tabart.cpp
|
||||
src/xrc/xh_auinotbk.cpp
|
||||
$(AUI_GTK_SRC)
|
||||
</set>
|
||||
<set var="AUI_HDR" hints="files">
|
||||
@@ -3642,6 +3643,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/aui/tabmdi.h
|
||||
wx/aui/aui.h
|
||||
wx/aui/tabart.h
|
||||
wx/xrc/xh_auinotbk.h
|
||||
$(AUI_GTK_HDR)
|
||||
</set>
|
||||
|
||||
|
Reference in New Issue
Block a user