Some stubs corrections; Motif corrections incl. busy cursor fix; doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,25 +31,25 @@ Destructor.
|
||||
|
||||
\membersection{wxStringTokenizer::CountTokens}\label{wxstringtokenizercounttokens}
|
||||
|
||||
\constfunc{virtual int}{CountTokens}{\void}
|
||||
\constfunc{int}{CountTokens}{\void}
|
||||
|
||||
Returns the number of tokens in the input string.
|
||||
|
||||
\membersection{wxStringTokenizer::HasMoreToken}\label{wxstringtokenizerhasmoretoken}
|
||||
\membersection{wxStringTokenizer::HasMoreTokens}\label{wxstringtokenizerhasmoretokens}
|
||||
|
||||
\constfunc{virtual bool}{HasMoreToken}{\void}
|
||||
\constfunc{bool}{HasMoreTokens}{\void}
|
||||
|
||||
Returns TRUE if the tokenizer has further tokens.
|
||||
|
||||
\membersection{wxStringTokenizer::NextToken}\label{wxstringtokenizernexttoken}
|
||||
\membersection{wxStringTokenizer::GetNextToken}\label{wxstringtokenizergetnexttoken}
|
||||
|
||||
\constfunc{virtual wxString}{NextToken}{\void}
|
||||
\constfunc{wxString}{GetNextToken}{\void}
|
||||
|
||||
Returns the next token.
|
||||
|
||||
\membersection{wxStringTokenizer::GetString}\label{wxstringtokenizergetstring}
|
||||
|
||||
\constfunc{virtual wxString}{GetString}{\void}
|
||||
\constfunc{wxString}{GetString}{\void}
|
||||
|
||||
Returns the input string.
|
||||
|
||||
|
Reference in New Issue
Block a user