Support wxGenericAnimationCtrl by the animation control XRC handler

This commit is contained in:
Ilya Sinitsyn
2020-06-09 01:43:40 +07:00
committed by Vadim Zeitlin
parent cc5fb63bf7
commit 2cdcd84928
3 changed files with 77 additions and 11 deletions

View File

@@ -68,7 +68,7 @@
<object class="wxPanel" name="animctrl">
<object class="wxFlexGridSizer">
<cols>2</cols>
<rows>1</rows>
<rows>2</rows>
<vgap>0</vgap>
<hgap>0</hgap>
<growablecols>0,1</growablecols>
@@ -91,6 +91,17 @@
</object>
</object>
<object class="spacer"/>
<object class="sizeritem">
<flag>wxALIGN_CENTRE|wxALL</flag>
<border>5</border>
<object class="wxGenericAnimationCtrl" name="controls_generic_animation_ctrl">
<animation>throbber.gif</animation>
<inactive-bitmap>stop.xpm</inactive-bitmap>
</object>
</object>
</object>
</object>
</object>