document that wxTLW::SetSize() is affected by SetSizeHints()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-11 21:12:15 +00:00
parent e0b7c2b713
commit 0023c3326c
3 changed files with 17 additions and 4 deletions

View File

@@ -198,3 +198,10 @@ ANSI ones (using \helpref{wxMBConv classes}{mbconvclasses})
and construct wxString objects from Unicode strings (presumably read
from some external file or elsewhere).
\subsection{Traps for the unwary}
\begin{itemize}
\item Casting c\_str() to void* is now char*, not wxChar*
\item Passing c\_str(), mb\_str() or wc\_str() to variadic functions
doesn't work
\end{itemize}