X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d76ea948a703e19008366bf79411dc9bd58b0c1..6bb29886cbf4057a9a50073eb948bc9aec904756:/docs/latex/wx/function.tex?ds=sidebyside diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index e145da2886..5d8a4e82b6 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -3264,7 +3264,10 @@ and current pointer position in screen coordinates. \membersection{wxFromString}\label{wxfromstring} \func{bool}{wxFromString}{\param{const wxString\& }{str}, - \param{wxColourBase* }{col}} + \param{wxColour* }{col}} + +\func{bool}{wxFromString}{\param{const wxString\& }{str}, + \param{wxFont* }{col}} Converts string to the type of the second argument. Returns \true on success. See also: \helpref{wxToString}{wxtostring}. @@ -3587,7 +3590,9 @@ Notice that there should be no semicolon after this macro. \membersection{wxToString}\label{wxtostring} -\func{wxString}{wxToString}{\param{const wxColourBase\& }{col}} +\func{wxString}{wxToString}{\param{const wxColour\& }{col}} + +\func{wxString}{wxToString}{\param{const wxFont\& }{col}} Converts its argument to string. See also: \helpref{wxFromString}{wxfromstring}.