reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3284,7 +3284,15 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
#if !wxUSE_SOUND
|
#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
|
class wxSound : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@@ -3278,7 +3278,15 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
#if !wxUSE_SOUND
|
#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
|
class wxSound : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@@ -3278,7 +3278,15 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
#if !wxUSE_SOUND
|
#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
|
class wxSound : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user