minor docs corrections and improvements from Andreas Mohr (patch 1430551)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-02-13 15:18:35 +00:00
parent fccb65a23c
commit 4e43c81518
10 changed files with 29 additions and 20 deletions

View File

@@ -1062,7 +1062,8 @@ description of the {\it base} parameter.
\func{wxString\&}{Trim}{\param{bool}{ fromRight = true}}
Removes spaces from the left or from the right (default).
Removes white-space (space, tabs, form feed, newline and carriage return) from
the left or from the right end of the string (right is default).
\membersection{wxString::Truncate}\label{wxstringtruncate}