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

@@ -259,7 +259,10 @@
%rename(JOY_BUTTON4) wxJOY_BUTTON4;
%rename(Joystick) wxJoystick;
%rename(JoystickEvent) wxJoystickEvent;
%rename(Wave) wxWave;
%rename(SOUND_SYNC) wxSOUND_SYNC;
%rename(SOUND_ASYNC) wxSOUND_ASYNC;
%rename(SOUND_LOOP) wxSOUND_LOOP;
%rename(Sound) wxSound;
%rename(MAILCAP_STANDARD) wxMAILCAP_STANDARD;
%rename(MAILCAP_NETSCAPE) wxMAILCAP_NETSCAPE;
%rename(MAILCAP_KDE) wxMAILCAP_KDE;