]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wave.tex
added and documented wxApp::OnAssert
[wxWidgets.git] / docs / latex / wx / wave.tex
index b694ab7cadb094422a11343d1ca3ad602c0a2ac5..fc8d5fb553fee203bb6346a78a2f89a0e359a6e3 100644 (file)
@@ -1,13 +1,17 @@
 \section{\class{wxWave}}\label{wxwave}
 
 This class represents a short wave file, in Windows WAV format, that
-can be stored in memory and played. Currently this class is for Windows
-only.
+can be stored in memory and played. Currently this class is implemented
+on Windows and GTK (Linux) only.
 
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/wave.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxWave::wxWave}\label{wxwaveconstr}
@@ -35,7 +39,7 @@ Destroys the wxWave object.
 
 \membersection{wxWave::Create}\label{wxwavecreate}
 
-\func{bool}{wxWave}{\param{const wxString\&}{ fileName}, \param{bool}{ isResource = FALSE}}
+\func{bool}{Create}{\param{const wxString\&}{ fileName}, \param{bool}{ isResource = FALSE}}
 
 Constructs a wave object from a file or resource.