added new constructor for wxpython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f7c1de78f2
commit
d1a8631363
@ -19,11 +19,12 @@
|
|||||||
|
|
||||||
#include "wx/object.h"
|
#include "wx/object.h"
|
||||||
|
|
||||||
class wxWave : public wxObject
|
class WXDLLEXPORT wxWave : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxWave();
|
wxWave();
|
||||||
wxWave(const wxString& fileName, bool isResource = FALSE);
|
wxWave(const wxString& fileName, bool isResource = FALSE);
|
||||||
|
wxWave(int size, const wxByte* data);
|
||||||
~wxWave();
|
~wxWave();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user