X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a30d45018a98ee9355c9585dbc1cdfe07aeb2d2..801d040762d0d875126935b79d660d4e2fe1b177:/docs/latex/wx/sound.tex diff --git a/docs/latex/wx/sound.tex b/docs/latex/wx/sound.tex index f67b1f450c..fd48c22e87 100644 --- a/docs/latex/wx/sound.tex +++ b/docs/latex/wx/sound.tex @@ -16,7 +16,7 @@ on Windows and Unix (and uses either \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxSound::wxSound}\label{wxsoundconstr} +\membersection{wxSound::wxSound}\label{wxsoundctor} \func{}{wxSound}{\void} @@ -33,7 +33,7 @@ determine whether this succeeded. \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} @@ -89,6 +89,7 @@ and loops until another sound is played, \end{twocollist} The static form is shorthand for this code: + \begin{verbatim} wxSound(filename).Play(flags); \end{verbatim}