Added wrappers for wx.MediaCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-24 19:21:30 +00:00
parent 2c25de3ff6
commit 256c055e88
5 changed files with 437 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ _treeList = [
# new stuff
('Recent Additions/Updates', [
'StandardPaths',
'MediaCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -151,6 +152,7 @@ _treeList = [
'FloatCanvas',
'HtmlWindow',
'IntCtrl',
'MediaCtrl',
'MVCTree',
'MaskedEditControls',
'MaskedNumCtrl',