]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/media.i
[ 1718338 ] wxToolBarGTK: Implement tool right-click handling
[wxWidgets.git] / wxPython / src / media.i
index 7cf4b6481ff4332492934bff0d6030d575a9f4e7..129284aeb090fc587fda8ebd6b9aafb657ddbee5 100644 (file)
@@ -240,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`");
 };