documented wx_truncate_cast()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-17 21:08:25 +00:00
parent c781c31638
commit e6b2a3b383

View File

@@ -252,6 +252,7 @@ the corresponding topic.
\helpref{wx\_const\_cast}{wxconstcastraw}\\
\helpref{wx\_reinterpret\_cast}{wxreinterpretcastraw}\\
\helpref{wx\_static\_cast}{wxstaticcastraw}\\
\helpref{wx\_truncate\_cast}{wxtruncatecast}\\
\helpref{\_}{underscore}\\
\helpref{wxPLURAL}{wxplural}\\
\helpref{\_T}{underscoret}
@@ -3663,9 +3664,21 @@ star is not appended to it.
\wxheading{See also}
\helpref{wx\_const\_cast}{wxconstcastraw},\\
\helpref{wx\_reinterpret\_cast}{wxreinterpretcastraw}
\helpref{wx\_reinterpret\_cast}{wxreinterpretcastraw},\\
\helpref{wx\_truncate\_cast}{wxtruncatecast}
\membersection{wx\_truncate\_cast}\label{wxtruncatecast}
\func{T}{wx\_truncate\_cast}{T, x}
This case doesn't correspond to any standard cast but exists solely to make
casts which possibly result in a truncation of an integer value more readable.
\wxheading{See also}
\helpref{wx\_static\_cast}{wxstaticcastraw}
\section{Log functions}\label{logfunctions}