]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
Added logic, API and docs for wxDataViewModel::HasDefaultCompare indicating a compare...
[wxWidgets.git] / docs / latex / wx / function.tex
index 3c70a4f6bfbf7d2eda02a79bca95094c9e032882..5d8a4e82b6338c8c3d979dde673abc9be776d51f 100644 (file)
@@ -3263,8 +3263,11 @@ and current pointer position in screen coordinates.
 
 \membersection{wxFromString}\label{wxfromstring}
 
-\func{bool} {wxFromString}{\param{const wxString\& }{str},
-                           \param{wxColourBase* }{col}}
+\func{bool}{wxFromString}{\param{const wxString\& }{str},
+                           \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}.