]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sound.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / _sound.i
index b82736c12139d8497d02fea0f0bb246ab47b4a4d..ad1e0ea9a87796c2dcbfb1a35cf9fac57e6bef8c 100644 (file)
@@ -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*/);