added wxAnimateCtrl test (rest of the patch 1581391)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1057,6 +1057,39 @@
|
||||
</object>
|
||||
</object>
|
||||
|
||||
<object class="notebookpage">
|
||||
<label>wxAnimationCtrl</label>
|
||||
<object class="wxPanel" name="animctrl">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>2</cols>
|
||||
<rows>1</rows>
|
||||
<vgap>0</vgap>
|
||||
<hgap>0</hgap>
|
||||
<growablecols>0,1</growablecols>
|
||||
<growablerows>0</growablerows>
|
||||
|
||||
<object class="sizeritem">
|
||||
<flag>wxALIGN_CENTRE|wxALL</flag>
|
||||
<border>5</border>
|
||||
<object class="wxButton" name="controls_animation_button_play">
|
||||
<size>200,180</size>
|
||||
<label>Play</label>
|
||||
</object>
|
||||
</object>
|
||||
|
||||
<object class="sizeritem">
|
||||
<flag>wxALIGN_CENTRE|wxALL</flag>
|
||||
<border>5</border>
|
||||
<object class="wxAnimationCtrl" name="controls_animation_ctrl">
|
||||
<animation>throbber.gif</animation>
|
||||
<inactive-bitmap>stop.xpm</inactive-bitmap>
|
||||
</object>
|
||||
</object>
|
||||
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
|
||||
<object class="notebookpage">
|
||||
<label>The Rest</label>
|
||||
<object class="wxPanel" name="Rest">
|
||||
|
Reference in New Issue
Block a user