From b4e7d19ceab62d55acc9879907277d4f278b7fd5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 9 May 2007 03:51:28 +0000 Subject: [PATCH] reSWIGged git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/gtk/_misc_wrap.cpp | 10 +++++++++- wxPython/src/mac/_misc_wrap.cpp | 10 +++++++++- wxPython/src/msw/_misc_wrap.cpp | 10 +++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/wxPython/src/gtk/_misc_wrap.cpp b/wxPython/src/gtk/_misc_wrap.cpp index f6f5cd0ef3..9585884e6c 100644 --- a/wxPython/src/gtk/_misc_wrap.cpp +++ b/wxPython/src/gtk/_misc_wrap.cpp @@ -3284,7 +3284,15 @@ public: #if !wxUSE_SOUND -// A C++ stub class for wxWave for platforms that don't have it. +// A C++ stub class for wxSound for platforms that don't have it. + +enum wxSoundFlags +{ + wxSOUND_SYNC, + wxSOUND_ASYNC, + wxSOUND_LOOP +}; + class wxSound : public wxObject { public: diff --git a/wxPython/src/mac/_misc_wrap.cpp b/wxPython/src/mac/_misc_wrap.cpp index 7c87ef54e2..f2a6d56731 100644 --- a/wxPython/src/mac/_misc_wrap.cpp +++ b/wxPython/src/mac/_misc_wrap.cpp @@ -3278,7 +3278,15 @@ public: #if !wxUSE_SOUND -// A C++ stub class for wxWave for platforms that don't have it. +// A C++ stub class for wxSound for platforms that don't have it. + +enum wxSoundFlags +{ + wxSOUND_SYNC, + wxSOUND_ASYNC, + wxSOUND_LOOP +}; + class wxSound : public wxObject { public: diff --git a/wxPython/src/msw/_misc_wrap.cpp b/wxPython/src/msw/_misc_wrap.cpp index 7198689d17..cb595509ba 100644 --- a/wxPython/src/msw/_misc_wrap.cpp +++ b/wxPython/src/msw/_misc_wrap.cpp @@ -3278,7 +3278,15 @@ public: #if !wxUSE_SOUND -// A C++ stub class for wxWave for platforms that don't have it. +// A C++ stub class for wxSound for platforms that don't have it. + +enum wxSoundFlags +{ + wxSOUND_SYNC, + wxSOUND_ASYNC, + wxSOUND_LOOP +}; + class wxSound : public wxObject { public: