Sha256: 6a767421265e0cc92f2b37e388a1056f935e2ec6b28d70698cb08c3612c5c162
Contents?: true
Size: 737 Bytes
Versions: 8
Compression:
Stored size: 737 Bytes
Contents
--- :wxAnimationBundle: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby animationCtrl = Wx::AnimationCtrl.new(parent, Wx::ID_ANY) animations = Wx::AnimationBundle.new animations.add("throbber.gif") animations.add("throbber_2x.gif") animationCtrl.play if animationCtrl.set_animation(animations) ``` :wxAnimationCtrl.SetAnimation: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby animationCtrl.set_animation(Wx::AnimationBundle.new('progress.gif')) ```
Version data entries
8 entries across 8 versions & 1 rubygems