added overview text for wx.MediaCtrl demo, udpated CHANGES

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-24 19:49:08 +00:00
parent 4d5009f903
commit 9828eeb4a3
2 changed files with 27 additions and 0 deletions

View 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>
"""