wxWave --> wxSound

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-03 03:55:05 +00:00
parent 65cf3a4b6a
commit 78862f240c
10 changed files with 136 additions and 89 deletions

View File

@@ -355,9 +355,13 @@ wxEVT_JOY_MOVE = wx.misc.wxEVT_JOY_MOVE
wxEVT_JOY_ZMOVE = wx.misc.wxEVT_JOY_ZMOVE
wxJoystickEvent = wx.misc.JoystickEvent
wxJoystickEventPtr = wx.misc.JoystickEventPtr
wxWave = wx.misc.Wave
wxWavePtr = wx.misc.WavePtr
wxWaveData = wx.misc.WaveData
wxSOUND_SYNC = wx.misc.SOUND_SYNC
wxSOUND_ASYNC = wx.misc.SOUND_ASYNC
wxSOUND_LOOP = wx.misc.SOUND_LOOP
wxSound = wx.misc.Sound
wxSoundPtr = wx.misc.SoundPtr
wxSound_PlaySound = wx.misc.Sound_PlaySound
wxSound_Stop = wx.misc.Sound_Stop
wxMAILCAP_STANDARD = wx.misc.MAILCAP_STANDARD
wxMAILCAP_NETSCAPE = wx.misc.MAILCAP_NETSCAPE
wxMAILCAP_KDE = wx.misc.MAILCAP_KDE