Add XRC handlers for wxDataViewCtrl and related classes

The same handler is also used for wxDataViewListCtrl and
wxDataViewTreeCtrl.

Closes #18424.
This commit is contained in:
Anton Triest
2019-06-27 12:39:53 +02:00
committed by Vadim Zeitlin
parent 6ee5184171
commit 584e2715eb
21 changed files with 315 additions and 0 deletions

View File

@@ -2946,6 +2946,7 @@ set(XRC_SRC
src/xrc/xmlres.cpp
src/xrc/xmladv.cpp
src/xrc/xmlrsall.cpp
src/xrc/xh_dataview.cpp
)
set(XRC_HDR
@@ -3015,6 +3016,7 @@ set(XRC_HDR
wx/xrc/xh_unkwn.h
wx/xrc/xh_wizrd.h
wx/xrc/xmlres.h
wx/xrc/xh_dataview.h
)
set(XML_SRC