34 lines
934 B
TeX
34 lines
934 B
TeX
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
%% Name: mediaevt.tex
|
||
|
%% Purpose: wxMediaEvent docs
|
||
|
%% Author: Ryan Norton <wxprojects@comcast.net>
|
||
|
%% Modified by:
|
||
|
%% Created: 11/7/2004
|
||
|
%% RCS-ID: $Id$
|
||
|
%% Copyright: (c) Ryan Norton
|
||
|
%% License: wxWindows license
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
|
||
|
\section{\class{wxMediaEvent}}\label{wxmediaevent}
|
||
|
|
||
|
PRELIMINARY. Do not rely on in user code.
|
||
|
|
||
|
Event \helpref{wxMediaCtrl}{wxmediactrl} uses.
|
||
|
|
||
|
\wxheading{Derived from}
|
||
|
|
||
|
\helpref{wxNotifyEvent}{wxnotifyevent}
|
||
|
|
||
|
\wxheading{Include files}
|
||
|
|
||
|
<wx/mediactrl.h>
|
||
|
|
||
|
\wxheading{Event table macros}
|
||
|
|
||
|
\twocolwidtha{7cm}
|
||
|
\begin{twocollist}\itemsep=0pt
|
||
|
\twocolitem{{\bf EVT\_MEDIA\_FINISHED(func)}}{Sent when a media has finished playing in a \helpref{wxMediaCtrl}{wxmediactrl}.}
|
||
|
\end{twocollist}
|
||
|
|
||
|
\latexignore{\rtfignore{\wxheading{Members}}}
|