X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..df10208f26d2659e5995fd00debeb4eaa11174cc:/docs/latex/wx/strlist.tex diff --git a/docs/latex/wx/strlist.tex b/docs/latex/wx/strlist.tex index 8956e27041..6c02aba921 100644 --- a/docs/latex/wx/strlist.tex +++ b/docs/latex/wx/strlist.tex @@ -24,7 +24,7 @@ member. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxStringList::wxStringList} +\membersection{wxStringList::wxStringList}\label{wxstringlistctor} \func{}{wxStringList}{\void} @@ -35,44 +35,44 @@ Constructor. Constructor, taking NULL-terminated string argument list. wxStringList allocates memory for the strings. -\membersection{wxStringList::\destruct{wxStringList}} +\membersection{wxStringList::\destruct{wxStringList}}\label{wxstringlistdtor} \func{}{\destruct{wxStringList}}{\void} Deletes string list, deallocating strings. -\membersection{wxStringList::Add} +\membersection{wxStringList::Add}\label{wxstringlistadd} \func{wxNode *}{Add}{\param{const wxString\& }{s}} Adds string to list, allocating memory. -\membersection{wxStringList::Clear} +\membersection{wxStringList::Clear}\label{wxstringlistclear} \func{void}{Clear}{\void} Clears all strings from the list. -\membersection{wxStringList::Delete} +\membersection{wxStringList::Delete}\label{wxstringlistdelete} \func{void}{Delete}{\param{const wxString\& }{s}} Searches for string and deletes from list, deallocating memory. -\membersection{wxStringList::ListToArray} +\membersection{wxStringList::ListToArray}\label{wxstringlistlisttoarray} \func{char*}{ListToArray}{\param{bool}{ new\_copies = false}} Converts the list to an array of strings, only allocating new memory if \rtfsp{\bf new\_copies} is true. -\membersection{wxStringList::Member} +\membersection{wxStringList::Member}\label{wxstringlistmember} \func{bool}{Member}{\param{const wxString\& }{s}} Returns true if {\bf s} is a member of the list (tested using {\bf strcmp}). -\membersection{wxStringList::Sort} +\membersection{wxStringList::Sort}\label{wxstringlistsort} \func{void}{Sort}{\void}