Sha256: d75afd7af197236e85c4ef020f5ee74bc0b801f3b527a92065a717b04e88e0e1
Contents?: true
Size: 470 Bytes
Versions: 7
Compression:
Stored size: 470 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) ```
Version data entries
7 entries across 7 versions & 1 rubygems