Add wxStyledTextCtrl XRC handler

Closes https://github.com/wxWidgets/wxWidgets/pull/2530

Co-authored-by: VZ <vz-github@zeitlins.org>
This commit is contained in:
Alexander Koshelev
2021-09-22 20:22:39 +02:00
committed by Vadim Zeitlin
parent adef4c27c2
commit e2aca9cbd5
15 changed files with 201 additions and 8 deletions

View File

@@ -3206,10 +3206,12 @@ set(STC_CMN_SRC
src/stc/stc.cpp
src/stc/PlatWX.cpp
src/stc/ScintillaWX.cpp
src/xrc/xh_styledtextctrl.cpp
)
set(STC_CMN_HDR
wx/stc/stc.h
wx/xrc/xh_styledtextctrl.h
)
set(STC_OSX_COCOA_SRC