\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxSound::wxSound}\label{wxsoundconstr}
+\membersection{wxSound::wxSound}\label{wxsoundctor}
\func{}{wxSound}{\void}
\docparam{isResource}{\true if {\it fileName} is a resource, \false if it is a filename.}
-\membersection{wxSound::\destruct{wxSound}}
+\membersection{wxSound::\destruct{wxSound}}\label{wxsounddtor}
\func{}{\destruct{wxSound}}{\void}
\end{twocollist}
The static form is shorthand for this code:
+
\begin{verbatim}
wxSound(filename).Play(flags);
\end{verbatim}