]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
[ 1521481 ] wxPathList modernization
[wxWidgets.git] / docs / latex / wx / function.tex
index 0618858ecf1ff16fbdde7982ff41714442d9a8e0..07e674a0cd845e36b7571e55e7aad82c7323ad1d 100644 (file)
@@ -1746,6 +1746,12 @@ wxGetTranslation wouldn't find them.
 The same as \helpref{wxSnprintf}{wxsnprintf} but takes a {\tt va\_list }
 argument instead of arbitrary number of parameters.
 
+Note that if \texttt{wxUSE_PRINTF_POS_PARAMS} is set to 1, then this function supports
+positional arguments (see \helpref{wxString::Printf}{wxstringprintf} for more information).
+However other functions of the same family (wxPrintf, wxSprintf, wxFprintf, wxVfprintf,
+wxVfprintf, wxVprintf, wxVsprintf) currently do not to support positional parameters
+even when \texttt{wxUSE_PRINTF_POS_PARAMS} is 1.
+
 \wxheading{See also}
 
 \helpref{wxSnprintf}{wxsnprintf}, \helpref{wxString::PrintfV}{wxstringprintfv}