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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user