X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/557002cf8162a0073dbc7050732cb6d75e184148..066f3611df971be93b2ec46b82c2f05f3ff9a422:/docs/latex/wx/mediaevt.tex diff --git a/docs/latex/wx/mediaevt.tex b/docs/latex/wx/mediaevt.tex index 2347511046..546b5602c3 100644 --- a/docs/latex/wx/mediaevt.tex +++ b/docs/latex/wx/mediaevt.tex @@ -15,36 +15,44 @@ Event \helpref{wxMediaCtrl}{wxmediactrl} uses. \wxheading{Derived from} -\helpref{wxNotifyEvent}{wxnotifyevent} +\helpref{wxNotifyEvent}{wxnotifyevent}\\ +\helpref{wxCommandEvent}{wxcommandevent}\\ +\helpref{wxEvent}{wxevent}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxMedia}{librarieslist} + \wxheading{Event table macros} \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf EVT\_MEDIA\_LOADED(func)}}{ +\twocolitem{{\bf EVT\_MEDIA\_LOADED(id, func)}}{ Sent when a media has loaded enough data that it can start playing.} -\twocolitem{{\bf EVT\_MEDIA\_STOP(func)}}{ +\twocolitem{{\bf EVT\_MEDIA\_STOP(id, func)}}{ Send when a media has switched to the wxMEDIASTATE\_STOPPED state. You may be able to Veto this event to prevent it from stopping, causing it to continue playing - even if it has reached that end of the media (note that this may not have the desired effect - if you want to loop the media, for example, catch the EVT\_MEDIA\_FINISHED and play there instead). } -\twocolitem{{\bf EVT\_MEDIA\_FINISHED(func)}}{ +\twocolitem{{\bf EVT\_MEDIA\_FINISHED(id, func)}}{ Sent when a media has finished playing in a \helpref{wxMediaCtrl}{wxmediactrl}. } -\twocolitem{{\bf EVT\_MEDIA\_STATECHANGED(func)}}{ +\twocolitem{{\bf EVT\_MEDIA\_STATECHANGED(id, func)}}{ Send when a media has switched its state (from any media state). } -\twocolitem{{\bf EVT\_MEDIA\_PLAY(func)}}{ +\twocolitem{{\bf EVT\_MEDIA\_PLAY(id, func)}}{ Send when a media has switched to the wxMEDIASTATE\_PLAYING state. } -\twocolitem{{\bf EVT\_MEDIA\_PAUSE(func)}}{ +\twocolitem{{\bf EVT\_MEDIA\_PAUSE(id, func)}}{ Send when a media has switched to the wxMEDIASTATE\_PAUSED state. } \end{twocollist} \latexignore{\rtfignore{\wxheading{Members}}} +