Doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,8 +60,8 @@ wxString internally by wxWindows.
|
||||
However, there are several problems as well. The most important one is probably
|
||||
that there are often several functions to do exactly the same thing: for
|
||||
example, to get the length of the string either one of
|
||||
\helpref{length()}{wxstringlength}, \helpref{Len()}{wxstringlen} or
|
||||
\helpref{Length()}{wxstringLength} may be used. The first function, as almost
|
||||
length(), \helpref{Len()}{wxstringlen} or
|
||||
\helpref{Length()}{wxstringlength} may be used. The first function, as almost
|
||||
all the other functions in lowercase, is std::string compatible. The second one
|
||||
is "native" wxString version and the last one is wxWindows 1.xx way. So the
|
||||
question is: which one is better to use? And the answer is that:
|
||||
|
Reference in New Issue
Block a user