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

@@ -0,0 +1,13 @@
// A bunch of %rename directives generated by BuildRenamers in config.py
// in order to remove the wx prefix from all global scope names.
#ifndef BUILDING_RENAMERS
%rename(MEDIASTATE_STOPPED) wxMEDIASTATE_STOPPED;
%rename(MEDIASTATE_PAUSED) wxMEDIASTATE_PAUSED;
%rename(MEDIASTATE_PLAYING) wxMEDIASTATE_PLAYING;
%rename(MEDIATIMEFORMAT_TIME) wxMEDIATIMEFORMAT_TIME;
%rename(MediaEvent) wxMediaEvent;
%rename(MediaCtrl) wxMediaCtrl;
#endif