X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68cc401372d071f014bc4860ae73a4a811e4487e..ad3fca675f77c2903cafd096bbda8baa2e7689ff:/wxPython/src/_sound.i?ds=sidebyside diff --git a/wxPython/src/_sound.i b/wxPython/src/_sound.i index b82736c121..ad1e0ea9a8 100644 --- a/wxPython/src/_sound.i +++ b/wxPython/src/_sound.i @@ -71,6 +71,10 @@ public: +MustHaveApp(wxSound); +MustHaveApp(wxSound::Play); +MustHaveApp(wxSound::Stop); + class wxSound /*: public wxObject*/ { public: @@ -97,8 +101,6 @@ public: ~wxSound(); - %nokwargs Create; - %nokwargs Play; // Create from resource or file bool Create(const wxString& fileName/*, bool isResource = false*/);