Add support for "hint" property in wxTextCtrl XRC handler.
It is convenient to allow specifying the hints directly in the resources. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
60972cc037
commit
21fd108d23
3 changed files with 6 additions and 1 deletions
|
|
@ -1234,7 +1234,8 @@ wxRichTextCtrl =
|
|||
stdObjectNodeAttributes &
|
||||
stdWindowProperties &
|
||||
[xrc:p="o"] element value {_, t_text }* &
|
||||
[xrc:p="o"] element maxlength {_, t_integer }*
|
||||
[xrc:p="o"] element maxlength {_, t_integer }* &
|
||||
[xrc:p="o"] element hint {_, t_text }*
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue