Add support for "forceupper" attribute to wxTextCtrl in XRC
Call ForceUpper() if this attribute is specified. Currently this is done only for wxTextCtrl but could be extended to wxComboBox later too if necessary.
This commit is contained in:
parent
69b66e9e2e
commit
60c2b96aef
3 changed files with 6 additions and 0 deletions
|
|
@ -1432,6 +1432,7 @@ wxTextCtrl =
|
|||
stdWindowProperties &
|
||||
[xrc:p="o"] element value {_, t_text }* &
|
||||
[xrc:p="o"] element maxlength {_, t_integer }* &
|
||||
[xrc:p="o"] element forceupper{_, t_bool }* &
|
||||
[xrc:p="o"] element hint {_, t_text }*
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue