Parent

Methods

Files

Wx::Sound

Plays simple sounds from .wav files

Public Class Methods

play(file, flags = Wx::SOUND_ASYNC) click to toggle source

Shortcut class method, as per the wxWidgets docs, but easier to do in Ruby

# File wx/classes/sound.rb, line 6
    def play(file, flags = Wx::SOUND_ASYNC)
      new(file).play(flags)
    end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.