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:
@@ -1185,6 +1185,14 @@ objects. If sizer child is used, it sets
|
|||||||
Ignored, preserved only for compatibility.}
|
Ignored, preserved only for compatibility.}
|
||||||
@endTable
|
@endTable
|
||||||
|
|
||||||
|
@subsubsection xrc_wxgenericanimationctrl wxGenericAnimationCtrl
|
||||||
|
|
||||||
|
This handler is identical to the one for @ref xrc_wxanimationctrl
|
||||||
|
"wxAnimationCtrl", please see it for more information. The only difference is
|
||||||
|
that, for the platforms with a native wxAnimationCtrl implementation, using
|
||||||
|
this handler creates a generic control rather than a native one.
|
||||||
|
|
||||||
|
|
||||||
@subsubsection xrc_wxgenericdirctrl wxGenericDirCtrl
|
@subsubsection xrc_wxgenericdirctrl wxGenericDirCtrl
|
||||||
|
|
||||||
@beginTable
|
@beginTable
|
||||||
|
@@ -189,6 +189,7 @@ builtinWindowClasses =
|
|||||||
| wxFontPickerCtrl
|
| wxFontPickerCtrl
|
||||||
| wxFrame
|
| wxFrame
|
||||||
| wxGauge
|
| wxGauge
|
||||||
|
| wxGenericAnimationCtrl
|
||||||
| wxGenericDirCtrl
|
| wxGenericDirCtrl
|
||||||
| wxGrid
|
| wxGrid
|
||||||
| wxHtmlWindow
|
| wxHtmlWindow
|
||||||
@@ -290,6 +291,7 @@ builtinClassesNames =
|
|||||||
| "wxFontPickerCtrl"
|
| "wxFontPickerCtrl"
|
||||||
| "wxFrame"
|
| "wxFrame"
|
||||||
| "wxGauge"
|
| "wxGauge"
|
||||||
|
| "wxGenericAnimationCtrl"
|
||||||
| "wxGenericDirCtrl"
|
| "wxGenericDirCtrl"
|
||||||
| "wxGrid"
|
| "wxGrid"
|
||||||
| "wxHtmlWindow"
|
| "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 =
|
wxGenericDirCtrl =
|
||||||
element object {
|
element object {
|
||||||
attribute class { "wxGenericDirCtrl" } &
|
attribute class { "wxGenericDirCtrl" } &
|
||||||
|
Reference in New Issue
Block a user