Add "hint" property support to XRC for wxComboBox too
It supports hints, as any/most wxTextEntry-derived classes.
This commit is contained in:
parent
b6fde56e2e
commit
cf966718e6
3 changed files with 6 additions and 0 deletions
|
|
@ -829,6 +829,7 @@ wxComboBox =
|
|||
stdWindowProperties &
|
||||
[xrc:p="o"] element selection {_, t_integer }* &
|
||||
[xrc:p="o"] element value {_, t_string }* &
|
||||
[xrc:p="o"] element hint {_, t_text }* &
|
||||
element content {
|
||||
platform,
|
||||
element item {_, t_text }*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue