Allow "hint" property for wxSearchCtrl in the XRC schema

This should have been part of 652b4eb8ed
This commit is contained in:
Vadim Zeitlin
2018-07-10 14:37:31 +02:00
parent a1e780f1b4
commit b6fde56e2e

View File

@@ -1446,7 +1446,8 @@ wxSearchCtrl =
attribute class { "wxSearchCtrl" } &
stdObjectNodeAttributes &
stdWindowProperties &
[xrc:p="o"] element value {_, t_text }*
[xrc:p="o"] element value {_, t_text }* &
[xrc:p="o"] element hint {_, t_text }*
}