]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sound.h
Better documentation for the default parameters values.
[wxWidgets.git] / interface / wx / sound.h
index 5f2c78300b90a22180a5ab3794a00ba8ca2da621..36502095e2000ce94ab8ccd7bb1b5a3156277a20 100644 (file)
@@ -72,7 +72,12 @@ public:
 
     /**
         Returns @true if a sound is played at the moment.
-        This method is currently not implemented under Windows.
+
+        This method is currently not available under Windows and may not be
+        always implemented in Unix ports depending on the compilation options
+        used (in this case it just always returns @false).
+
+        @onlyfor{wxgtk,wxosx}
     */
     static bool IsPlaying();