Sha256: 2a2a1173f471c903137db0c25c82efbaff276b69d44b70dd4ca71cf925544637
Contents?: true
Size: 676 Bytes
Versions: 13
Compression:
Stored size: 676 Bytes
Contents
--- :wxMediaCtrl: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby class MyFrame < Wx::Frame def initialize() # ... setup frame controls ... # bind events # ... evt_media_stop MY_ID, :on_media_stop end def on_media_stop(evt) if @userWantsToSeek @mediactrl.seek(@mediactrl.length - 1) evt.veto end end end ```
Version data entries
13 entries across 13 versions & 1 rubygems