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
|
|
@ -3138,9 +3138,11 @@ STC_CMN_SRC =
|
|||
src/stc/stc.cpp
|
||||
src/stc/PlatWX.cpp
|
||||
src/stc/ScintillaWX.cpp
|
||||
src/xrc/xh_styledtextctrl.cpp
|
||||
|
||||
STC_CMN_HDR =
|
||||
wx/stc/stc.h
|
||||
wx/xrc/xh_styledtextctrl.h
|
||||
|
||||
STC_OSX_COCOA_SRC =
|
||||
src/stc/PlatWXcocoa.mm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue