Wx::Object
Plays simple sounds from .wav files
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.