Docs mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,7 +19,7 @@ Dialog Editor nor the .WXR format currently cover all wxWindows controls;
|
||||
some are missing, such as wxSpinCtrl, wxSpinButton, wxListCtrl, wxTreeCtrl and others.
|
||||
|
||||
Note that in later versions of wxWindows, this resource format will be replaced
|
||||
by XML specifications that also can include sizers.
|
||||
by XML specifications that can also include sizers.
|
||||
|
||||
\subsection{The format of a .WXR file}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[OPTIONS]
|
||||
BMROOT=d:\wx2\wxWindows\docs\latex\wx ; Assume that bitmaps are where the source is
|
||||
BMROOT=d:\wx2\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||
TITLE=wxWindows Manual
|
||||
CONTENTS=Contents
|
||||
COMPRESS=HIGH
|
||||
|
@@ -523,7 +523,7 @@ See also: \helpref{Empty}{wxstringempty}
|
||||
Case-sensitive comparison.
|
||||
|
||||
Returns a positive value if the string is greater than the argument, zero if
|
||||
it si equal to it or negative value if it is less than argument (same semantics
|
||||
it is equal to it or a negative value if it is less than the argument (same semantics
|
||||
as the standard {\it strcmp()} function).
|
||||
|
||||
See also \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissameas}.
|
||||
@@ -535,7 +535,7 @@ See also \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissa
|
||||
Case-insensitive comparison.
|
||||
|
||||
Returns a positive value if the string is greater than the argument, zero if
|
||||
it si equal to it or negative value if it is less than argument (same semantics
|
||||
it is equal to it or a negative value if it is less than the argument (same semantics
|
||||
as the standard {\it strcmp()} function).
|
||||
|
||||
See also \helpref{Cmp}{wxstringcmp}, \helpref{IsSameAs}{wxstringissameas}.
|
||||
@@ -613,7 +613,7 @@ This static function returns the string containing the result of calling
|
||||
|
||||
\constfunc{int}{Frec}{\param{char }{ch}}
|
||||
|
||||
Returns the number of occurences of {it ch} in the string.
|
||||
Returns the number of occurences of {\it ch} in the string.
|
||||
|
||||
\membersection{wxString::GetChar}\label{wxstringgetchar}
|
||||
|
||||
|
Reference in New Issue
Block a user