]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/MediaCtrl.py
Fix to FIXME: better nothing than broken comparison.
[wxWidgets.git] / wxPython / demo / MediaCtrl.py
index 503648af9bbfd8922cf4f76a8c6c72a26ebbe8d5..91455942998145ecae11dd969887a1796bcdb95e 100644 (file)
@@ -103,6 +103,16 @@ def runTest(frame, nb, log):
 overview = """<html><body>
 <h2><center>wx.MediaCtrl</center></h2>
 
+wx.MediaCtrl is a class that allows a way to convieniently display types of 
+media, such as videos, audio files, natively through native codecs.
+
+<p>
+wx.MediaCtrl uses native backends to render media, for example on Windows
+there is a ActiveMovie/DirectShow backend, and on Macintosh there is a 
+QuickTime backend.
+<p>
+wx.MediaCtrl is not currently available on unix systems. 
+
 </body></html>
 """