Really add "hint" property to wxTextCtrl XRC handler schema description.
This was supposed to be done in r76628 but the property was mistakenly added to wxRichTextCtrl instead. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1202,8 +1202,7 @@ wxRichTextCtrl =
|
|||||||
stdObjectNodeAttributes &
|
stdObjectNodeAttributes &
|
||||||
stdWindowProperties &
|
stdWindowProperties &
|
||||||
[xrc:p="o"] element value {_, t_text }* &
|
[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 }*
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1358,7 +1357,8 @@ wxTextCtrl =
|
|||||||
stdObjectNodeAttributes &
|
stdObjectNodeAttributes &
|
||||||
stdWindowProperties &
|
stdWindowProperties &
|
||||||
[xrc:p="o"] element value {_, t_text }* &
|
[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 }*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user