]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxstring.tex
Added first batch of docs and notes for wxPython.
[wxWidgets.git] / docs / latex / wx / wxstring.tex
index 5d1d728a2ec9a9021121961785769659088ea6cb..fda7f85030713a71aabfd578ad15a8ce4d8ce155 100644 (file)
@@ -4,6 +4,10 @@
 
 None
 
+\wxheading{Include files}
+
+<wx/string.h>
+
 \wxheading{See also}
 
 \overview{Overview}{wxstringoverview}
@@ -187,12 +191,13 @@ If {\bf caseSensitive}, comparison is case sensitive (the default).
 
 Returns the index of the first item matched, or NOT\_FOUND.
 
-\membersection{wxString::Insert}\label{wxstringInsert}
-
-\func{void}{Insert}{\param{const wxString\&}{ str}, \param{uint}{ index}}
-
-Add new element at the given position.
+% TODO
+%\membersection{wxString::insert}\label{wxstringinsert}
+% Wrong!
+%\func{void}{insert}{\param{const wxString\&}{ str}, \param{uint}{ index}}
+%
+%Add new element at the given position.
+%
 \membersection{wxString::IsAscii}\label{wxstringIsAscii}
 
 \constfunc{bool}{IsAscii}{\void}