]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mediaevt.tex
properly detect gstreamer and libxml headers and libs, reflect that wxMediaCtrl now...
[wxWidgets.git] / docs / latex / wx / mediaevt.tex
index 94d493769739135d08ab6909c2010c7bcdc9168a..903c675658b1f0b76e1a5c33516950c70c50e0d7 100644 (file)
@@ -11,8 +11,6 @@
 
 \section{\class{wxMediaEvent}}\label{wxmediaevent}
 
-PRELIMINARY.  Do not rely on in user code.
-
 Event \helpref{wxMediaCtrl}{wxmediactrl} uses.
 
 \wxheading{Derived from}
@@ -27,7 +25,9 @@ Event \helpref{wxMediaCtrl}{wxmediactrl} uses.
 
 \twocolwidtha{7cm}
 \begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf EVT\_MEDIA\_FINISHED(func)}}{Sent when a media has finished playing in a \helpref{wxMediaCtrl}{wxmediactrl}.}
+\twocolitem{{\bf EVT\_MEDIA\_STOP(func)}}{
+Triggerred right before the media stops.  You can Veto this event to prevent it from stopping, causing it to continue playing - even if it has reached that end of the media. }
+\twocolitem{{\bf EVT\_MEDIA\_FINISHED(func)}}{Sent when a media has finished playing in a \helpref{wxMediaCtrl}{wxmediactrl}.  Note that if you connect to this event and don't skip it, it will override the looping behaviour of the media control.}
 \end{twocollist}
 
 \latexignore{\rtfignore{\wxheading{Members}}}