Recognize wxStyledTextCtrl in XRC in the schema
This should have been part of e2aca9cbd5 (Add wxStyledTextCtrl XRC
handler, 2021-09-22).
This commit is contained in:
parent
39dfcb95e0
commit
e12f002477
1 changed files with 11 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ builtinWindowClasses =
|
|||
| wxStaticBox
|
||||
| wxStaticLine
|
||||
| wxStaticText
|
||||
| wxStyledTextCtrl
|
||||
| wxTextCtrl
|
||||
| wxTimePickerCtrl
|
||||
| wxToggleButton
|
||||
|
|
@ -329,6 +330,7 @@ builtinClassesNames =
|
|||
| "wxStaticBox"
|
||||
| "wxStaticLine"
|
||||
| "wxStaticText"
|
||||
| "wxStyledTextCtrl"
|
||||
| "wxTextCtrl"
|
||||
| "wxTimePickerCtrl"
|
||||
| "wxToggleButton"
|
||||
|
|
@ -1597,6 +1599,15 @@ wxStaticText =
|
|||
}
|
||||
|
||||
|
||||
wxStyledTextCtrl =
|
||||
element object {
|
||||
attribute class { "wxStyledTextCtrl" } &
|
||||
stdObjectNodeAttributes &
|
||||
stdWindowProperties &
|
||||
[xrc:p="o"] element wrapmode {_, ("wxSTC_WRAP_NONE" | "wxSTC_WRAP_WORD" | "wxSTC_WRAP_CHAR" | "wxSTC_WRAP_WHITESPACE" ) }*
|
||||
}
|
||||
|
||||
|
||||
wxTextCtrl =
|
||||
element object {
|
||||
attribute class { "wxTextCtrl" } &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue