Document wxGenericAnimationCtrl XRC handler and it to XRC schema

It's actually the same handler as for wxAnimationCtrl, but it still
needs to be mentioned in the XRC format description and recognized by
its schema.
This commit is contained in:
Vadim Zeitlin 2020-06-10 00:00:54 +02:00
parent 8ff6fa6f54
commit 9e2434d013
2 changed files with 20 additions and 0 deletions

View file

@ -189,6 +189,7 @@ builtinWindowClasses =
| wxFontPickerCtrl
| wxFrame
| wxGauge
| wxGenericAnimationCtrl
| wxGenericDirCtrl
| wxGrid
| wxHtmlWindow
@ -290,6 +291,7 @@ builtinClassesNames =
| "wxFontPickerCtrl"
| "wxFrame"
| "wxGauge"
| "wxGenericAnimationCtrl"
| "wxGenericDirCtrl"
| "wxGrid"
| "wxHtmlWindow"
@ -986,6 +988,16 @@ wxGauge =
}
wxGenericAnimationCtrl =
element object {
attribute class { "wxGenericAnimationCtrl" } &
stdObjectNodeAttributes &
stdWindowProperties &
[xrc:p="o"] element animation {_, t_url }* &
[xrc:p="o"] element inactive-bitmap {_, t_bitmap }*
}
wxGenericDirCtrl =
element object {
attribute class { "wxGenericDirCtrl" } &