]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/media.i
reSWIGged
[wxWidgets.git] / wxPython / src / media.i
index da189f93360ef4b148af8d0e29b9ac85169d2706..129284aeb090fc587fda8ebd6b9aafb657ddbee5 100644 (file)
@@ -31,8 +31,6 @@
 %pythoncode { wx = _core }
 %pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
 
-%include _media_rename.i
-
 //---------------------------------------------------------------------------
 
 %typemap(in) wxLongLong {
@@ -242,6 +240,11 @@ public:
     wxFileOffset GetDownloadProgress(); // DirectShow only
     wxFileOffset GetDownloadTotal();    // DirectShow only
     
+    %property(DownloadProgress, GetDownloadProgress, doc="See `GetDownloadProgress`");
+    %property(DownloadTotal, GetDownloadTotal, doc="See `GetDownloadTotal`");
+    %property(PlaybackRate, GetPlaybackRate, SetPlaybackRate, doc="See `GetPlaybackRate` and `SetPlaybackRate`");
+    %property(State, GetState, doc="See `GetState`");
+    %property(Volume, GetVolume, SetVolume, doc="See `GetVolume` and `SetVolume`");
 };