]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/media.py
make Ctrl-PageUp/Down work for changing notebook pages even when there is a wxWindow...
[wxWidgets.git] / wxPython / src / mac / media.py
index 8d473ae9a5f2a8082ae1781cfda2cb993e3fec66..414ca24e566e72e9cee52cd39138ec5e87b67cf7 100644 (file)
@@ -175,6 +175,11 @@ class MediaCtrl(_core.Control):
         """GetDownloadTotal(self) -> wxFileOffset"""
         return _media.MediaCtrl_GetDownloadTotal(*args, **kwargs)
 
+    DownloadProgress = property(GetDownloadProgress,doc="See `GetDownloadProgress`") 
+    DownloadTotal = property(GetDownloadTotal,doc="See `GetDownloadTotal`") 
+    PlaybackRate = property(GetPlaybackRate,SetPlaybackRate,doc="See `GetPlaybackRate` and `SetPlaybackRate`") 
+    State = property(GetState,doc="See `GetState`") 
+    Volume = property(GetVolume,SetVolume,doc="See `GetVolume` and `SetVolume`") 
 _media.MediaCtrl_swigregister(MediaCtrl)
 MediaCtrlNameStr = cvar.MediaCtrlNameStr