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:
parent
adef4c27c2
commit
e2aca9cbd5
15 changed files with 201 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue