]> git.saurik.com Git - wxWidgets.git/commitdiff
spelling fixes (patch 1495562)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 May 2006 23:56:51 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 May 2006 23:56:51 +0000 (23:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

33 files changed:
docs/latex/wx/calctrl.tex
docs/latex/wx/cppconst.tex
docs/latex/wx/ctrlsub.tex
docs/latex/wx/datespan.tex
docs/latex/wx/datetime.tex
docs/latex/wx/db.tex
docs/latex/wx/dir.tex
docs/latex/wx/filetype.tex
docs/latex/wx/flexsizr.tex
docs/latex/wx/function.tex
docs/latex/wx/hashmap.tex
docs/latex/wx/hashset.tex
docs/latex/wx/http.tex
docs/latex/wx/htwindow.tex
docs/latex/wx/keyevent.tex
docs/latex/wx/log.tex
docs/latex/wx/notebook.tex
docs/latex/wx/protocol.tex
docs/latex/wx/realpoin.tex
docs/latex/wx/recguard.tex
docs/latex/wx/rect.tex
docs/latex/wx/scrolwin.tex
docs/latex/wx/strtotxt.tex
docs/latex/wx/timer.tex
docs/latex/wx/tipwin.tex
docs/latex/wx/tlog.tex
docs/latex/wx/treeevt.tex
docs/latex/wx/tthreads.tex
docs/latex/wx/uri.tex
docs/latex/wx/url.tex
docs/latex/wx/window.tex
docs/latex/wx/wizpage.tex
docs/latex/wx/xmlres.tex

index 12434a86578faca16dff307df520fed579ab44c6..abf17fa45a0791448e151ed8ea7066f210bd5727 100644 (file)
@@ -394,35 +394,35 @@ Display the date with this attribute as a holiday.
 
 \constfunc{bool}{HasTextColour}{\void}
 
-Returns {\tt true} if this item has a non default text foreground colour.
+Returns {\tt true} if this item has a non-default text foreground colour.
 
 
 \membersection{wxCalendarDateAttr::HasBackgroundColour}\label{wxcalendardateattrhasbackgroundcolour}
 
 \constfunc{bool}{HasBackgroundColour}{\void}
 
-Returns {\tt true} if this attribute specifies a non default text background colour.
+Returns {\tt true} if this attribute specifies a non-default text background colour.
 
 
 \membersection{wxCalendarDateAttr::HasBorderColour}\label{wxcalendardateattrhasbordercolour}
 
 \constfunc{bool}{HasBorderColour}{\void}
 
-Returns {\tt true} if this attribute specifies a non default border colour.
+Returns {\tt true} if this attribute specifies a non-default border colour.
 
 
 \membersection{wxCalendarDateAttr::HasFont}\label{wxcalendardateattrhasfont}
 
 \constfunc{bool}{HasFont}{\void}
 
-Returns {\tt true} if this attribute specifies a non default font.
+Returns {\tt true} if this attribute specifies a non-default font.
 
 
 \membersection{wxCalendarDateAttr::HasBorder}\label{wxcalendardateattrhasborder}
 
 \constfunc{bool}{HasBorder}{\void}
 
-Returns {\tt true} if this attribute specifies a non default (i.e. any) border.
+Returns {\tt true} if this attribute specifies a non-default (i.e. any) border.
 
 
 \membersection{wxCalendarDateAttr::IsHoliday}\label{wxcalendardateattrisholiday}
index c573457828a99d2ce2101d078e1199cd43a15bba..1a70ebe59354127a9bdcbd68e0553faa7bb9ebb5 100644 (file)
@@ -181,6 +181,6 @@ monolithic wxWidgets library, defined as $0$ when building GUI library only)}
 exceptions has been switched off}
 \twocolitem{wxNO\_THREADS}{if this macro is defined, the compilation options
 don't include compiler flags needed for multithreaded code generation. This
-implies that wxUSE\_THREADS is $0$ and also that other (non wx-based) threading
+implies that wxUSE\_THREADS is $0$ and also that other (non-wx-based) threading
 packages cannot be used neither.}
 \end{twocollist}
index 517e3f58301f95e65e4f09a1c381f5d25454ec27..d6f9040e6ed71ac0f265bbbceedc1cd1952240f0 100644 (file)
@@ -20,7 +20,7 @@ It defines the methods for accessing the controls items and although each of
 the derived classes implements them differently, they still all conform to the
 same interface.
 
-The items in a wxControlWithItems have (non empty) string labels and,
+The items in a wxControlWithItems have (non-empty) string labels and,
 optionally, client data associated with them. Client data may be of two
 different kinds: either simple untyped ({\tt void *}) pointers which are simply
 stored by the control but not used in any way by it, or typed pointers
index 96ea5dd6a2d3b86b8c158a326f06a20fff98e008..6c2e051036fd56731424ec9a20df9c0e64bf50e6 100644 (file)
@@ -19,7 +19,7 @@ one month to Feb, 15 -- we want to get Mar, 15, of course).
 
 When adding a month to the date, all lesser components (days, hours, ...)
 won't be changed unless the resulting date would be invalid: for example,
-Jan 31 + 1 month will be Feb 28, not (non existing) Feb 31.
+Jan 31 + 1 month will be Feb 28, not (non-existing) Feb 31.
 
 Because of this feature, adding and subtracting back again the same
 wxDateSpan will {\bf not}, in general give back the original date: Feb 28 - 1
index 8d85f76d820f45f7e4008f352210c024070ce30b..5570afae0768902c9522a5c85ee05a274173e30b 100644 (file)
@@ -945,7 +945,7 @@ the year is, according to international standards, the one containing Jan 4 or,
 equivalently, the first week which has Thursday in this year. Both of these
 definitions are the same as saying that the first week of the year must contain
 more than half of its days in this year. Accordingly, the week number will
-always be in $1\ldots53$ range ($52$ for non leap years).
+always be in $1\ldots53$ range ($52$ for non-leap years).
 
 The function depends on the \helpref{week start}{wxdatetime} convention
 specified by the {\it flags} argument but its results for
index 1056eeabbb8f12875a1b4059c188d3d18d1da9d1..88cd6ca6e3431e44cc59aa90d16179b54b6e2ff3 100644 (file)
@@ -2457,7 +2457,7 @@ this function.
 \param{UWORD }{numIndexColumns}, \param{wxDbIdxDef *}{pIndexDefs},
 \param{bool }{attemptDrop=true}}
 
-This member function allows you to create secondary (non primary) indexes on
+This member function allows you to create secondary (non-primary) indexes on
 your tables.  You first create your table, normally specifying a primary
 index, and then create any secondary indexes on the table.  Indexes in
 relational model are not required.  You do not need indexes to look up records
index 8f0fade28c7826852ef742c8cd53946dffb5bdb9..ed5c9d44bf03772236bc8347a6f1a4eb3ac0686f 100644 (file)
@@ -12,8 +12,8 @@
 \section{\class{wxDir}}\label{wxdir}
 
 wxDir is a portable equivalent of Unix {open/read/close}dir functions which
-allow enumerating of the files in a directory. wxDir allows enumerate files as
-well as directories.
+allow enumerating of the files in a directory. wxDir allows to enumerate files
+as well as directories.
 
 wxDir also provides a flexible way to enumerate files recursively using 
 \helpref{Traverse}{wxdirtraverse} or a simpler 
@@ -136,8 +136,8 @@ trailing path separator (slash or backslash).
 
 \constfunc{bool}{GetNext}{\param{wxString* }{filename}}
 
-Continue enumerating files satisfying the criteria specified by the last call
-to \helpref{GetFirst}{wxdirgetfirst}.
+Continue enumerating files which satisfy the criteria specified by the last
+call to \helpref{GetFirst}{wxdirgetfirst}.
 
 
 \membersection{wxDir::HasFiles}\label{wxdirhasfiles}
@@ -170,8 +170,8 @@ Returns true if the directory was successfully opened by a previous call to
 
 \func{bool}{Open}{\param{const wxString\& }{dir}}
 
-Open the directory for enumerating, returns true on success or false if an
-error occurred.
+Open the directory for enumerating, returns {\tt true} on success
+or {\tt false} if an error occurred.
 
 
 \membersection{wxDir::Traverse}\label{wxdirtraverse}
index 80b7e85cc41f66837f6deeae7d085aede4171f7f..c90d97cfad498391f70f649a1d8a6a2f2ad0a30a 100644 (file)
@@ -208,7 +208,7 @@ retrieved from \helpref{MessageParameters}{wxfiletypemessageparameters} class.
 
 This function is primarily intended for GetOpenCommand and GetPrintCommand
 usage but may be also used by the application directly if, for example, you want
-to use some non default command to open the file.
+to use some non-default command to open the file.
 
 The function replaces all occurrences of
 
index 28b3c3c95ff72a218d5e8fe659f180b7b08cba34..bae914ad4db756e6d167361c07019df76c5e7375 100644 (file)
@@ -21,7 +21,7 @@ Since wxWidgets 2.5.0, wxFlexGridSizer can also size items equally in one
 direction but unequally ("flexibly") in the other. If the sizer is only
 flexible in one direction (this can be changed using
 \helpref{SetFlexibleDirection}{wxflexgridsizersetflexibledirection}),
-it needs to be decided how the sizer should grow in the other ("non flexible")
+it needs to be decided how the sizer should grow in the other ("non-flexible")
 direction in order to fill the available space. The
 \helpref{SetNonFlexibleGrowMode}{wxflexgridsizersetnonflexiblegrowmode} method
 serves this purpose.
@@ -102,7 +102,7 @@ One of the following values:
 
 \constfunc{int}{GetNonFlexibleGrowMode}{\void}
 
-Returns the value that specifies how the sizer grows in the "non flexible"
+Returns the value that specifies how the sizer grows in the "non-flexible"
 direction if there is one.
 
 \wxheading{Return value}
@@ -110,14 +110,14 @@ direction if there is one.
 One of the following values:
 
 \begin{twocollist}
-\twocolitem{wxFLEX\_GROWMODE\_NONE}{Sizer doesn't grow in the non flexible direction.}
+\twocolitem{wxFLEX\_GROWMODE\_NONE}{Sizer doesn't grow in the non-flexible direction.}
 \twocolitem{wxFLEX\_GROWMODE\_SPECIFIED}{Sizer honors growable columns/rows set with
 \helpref{AddGrowableCol}{wxflexgridsizeraddgrowablecol} and
 \helpref{AddGrowableRow}{wxflexgridsizeraddgrowablerow}.
 In this case equal sizing applies to minimum sizes of columns or
 rows (this is the default value).}
 \twocolitem{wxFLEX\_GROWMODE\_ALL}{Sizer equally stretches all columns or rows
-in the non flexible direction, whether they are growable or not in the flexible
+in the non-flexible direction, whether they are growable or not in the flexible
 direction.}
 \end{twocollist}
 
@@ -158,7 +158,7 @@ Note that this method does not trigger relayout.
 
 \func{void}{SetNonFlexibleGrowMode}{\param{wxFlexSizerGrowMode }{mode}}
 
-Specifies how the sizer should grow in the non flexible direction if
+Specifies how the sizer should grow in the non-flexible direction if
 there is one (so
 \helpref{SetFlexibleDirection()}{wxflexgridsizersetflexibledirection} must have
 been called previously). Argument {\it mode} can be one of those documented in
index 4db79cb10ff5b5419c1e383cb5a16d68c07a5a12..e1ca4a5bebad654382c88e35b857ecf0d33e6af8 100644 (file)
@@ -751,7 +751,7 @@ See also \helpref{wxExecute}{wxexecute}, \helpref{Exec sample}{sampleexec}.
 
 This function shuts down or reboots the computer depending on the value of the
 {\it flags}. Please notice that doing this requires the corresponding access
-rights (superuser under Unix, {\tt SE\_SHUTDOWN} privelege under Windows NT)
+rights (superuser under Unix, {\tt SE\_SHUTDOWN} privilege under Windows NT)
 and that this function is only implemented under Unix and Win32.
 
 \wxheading{Parameters}
@@ -1189,7 +1189,7 @@ with wildcard characters. See \helpref{wxIsWild}{wxiswild}.
 Makes the directory \arg{dir}, returning true if successful.
 
 {\it perm} is the access mask for the directory for the systems on which it is
-supported (Unix) and doesn't have effect for the other ones.
+supported (Unix) and doesn't have any effect on the other ones.
 
 
 \membersection{::wxParseCommonDialogsFilter}\label{wxparsecommondialogsfilter}
@@ -3732,7 +3732,7 @@ Example:
 
 This macro is equivalent to {\tt wxDynamicCast(this, classname)} but the
 latter provokes spurious compilation warnings from some compilers (because it
-tests whether {\tt this} pointer is non {\tt NULL} which is always true), so
+tests whether {\tt this} pointer is non-{\tt NULL} which is always true), so
 this macro should be used to avoid them.
 
 \wxheading{See also}
@@ -4466,7 +4466,7 @@ This check is done even in release mode.
 Checks that the condition is true, returns with the given return value if not (FAILs in debug mode).
 This check is done even in release mode.
 
-This macro may be only used in non void functions, see also
+This macro may be only used in non-void functions, see also
 \helpref{wxCHECK\_RET}{wxcheckret}.
 
 
index 67427d640b06f756f67e11e329e3c56a88a7d8ab..ebb9c60e6a3c55b0593afdb78f946271ecab99a5 100644 (file)
@@ -3,7 +3,7 @@
 This is a simple, type-safe, and reasonably efficient hash map class,
 whose interface is a subset of the interface of STL containers. In
 particular, the interface is modeled after std::map, and the various,
-non standard, std::hash\_map.
+non-standard, std::hash\_map.
 
 \wxheading{Example}
 
index 708fdd108426afd347162637aaf266ce3e640ffa..56b59914edcd8fdff8c8a0da302402fbd8eb7fb0 100644 (file)
@@ -3,7 +3,7 @@
 This is a simple, type-safe, and reasonably efficient hash set class,
 whose interface is a subset of the interface of STL containers. In
 particular, the interface is modeled after std::set, and the various,
-non standard, std::hash\_map.
+non-standard, std::hash\_map.
 
 \wxheading{Example}
 
index 613012a809d64dcb38eef3b09c4b0a0596acf55b..f0cbf5d78537032d2bb0a1f3d48f7fb433a96e2b 100644 (file)
@@ -31,8 +31,8 @@ Returns the HTTP response code returned by the server. Please refer to
 
 Creates a new input stream on the specified path. You can use all except the seek
 functionality of wxStream. Seek isn't available on all streams. For example,
-http or ftp streams doesn't deal with it. Other functions like Tell and SeekI
-for this sort of stream.
+HTTP or FTP streams don't deal with it. Other functions like Tell and SeekI
+aren't available for the moment for this sort of stream.
 You will be notified when the EOF is reached by an error.
 
 \wxheading{Note}
index 190551eee7e925dbc573f675c084292430d12eb0..eddfc34f4428619e32d793a4f2982af356cb3a02 100644 (file)
@@ -207,7 +207,7 @@ hypertext link.
 \wxheading{Parameters}
 
 \docparam{cell}{The cell inside which the mouse was clicked, always a simple
-(i.e. non container) cell}
+(i.e. non-container) cell}
 
 \docparam{x, y}{The logical coordinates of the click point}
 
@@ -226,7 +226,7 @@ This method is called when a mouse moves over an HTML cell.
 \wxheading{Parameters}
 
 \docparam{cell}{The cell inside which the mouse is currently, always a simple
-(i.e. non container) cell}
+(i.e. non-container) cell}
 
 \docparam{x, y}{The logical coordinates of the click point}
 
index 01a3ac89f2ea959da03f2d51bd5bb0e80dfc774c..eff2b8c547f81767d843a939b3c235170e7ed5c2 100644 (file)
@@ -28,7 +28,7 @@ as well.
 Although in this simple case it is clear that the correct key code could be
 found in the key down event handler by checking the value returned by
 \helpref{ShiftDown()}{wxkeyeventshiftdown}, in general you should use
-{\tt EVT\_CHAR} for this as for non alphanumeric keys the translation is
+{\tt EVT\_CHAR} for this as for non-alphanumeric keys the translation is
 keyboard-layout dependent and can only be done properly by the system itself.
 
 Another kind of translation is done when the control key is pressed: for
index f96989dde2ccffca0944f2cb5939711733e0592d..bf881205c60c47a17bdb215198d9e1afd20265c8 100644 (file)
@@ -215,7 +215,7 @@ Returns the pointer to the active log target (may be NULL).
 \func{static wxLog *}{SetActiveTarget}{\param{wxLog * }{ logtarget}}
 
 Sets the specified log target as the active one. Returns the pointer to the
-previous active log target (may be NULL).  To supress logging use a new
+previous active log target (may be NULL).  To suppress logging use a new
 instance of wxLogNull not NULL.  If the active log target is set to NULL a
 new default log target will be created when logging occurs.
 
index 75853fa697d10b1493a0c6944d29bd3633d648aa..82e7e3f24e28051650de778a69996d521cb70beb 100644 (file)
@@ -273,7 +273,7 @@ to {\tt SetBackgroundColour}. Otherwise, an uninitialised colour will be returne
 \func{int}{HitTest}{\param{const wxPoint\&}{ pt}, \param{long}{ *flags = {\tt NULL}}}
 
 Returns the index of the tab at the specified position or {\tt wxNOT\_FOUND}
-if none. If {\it flags} parameter is non {\tt NULL}, the position of the point
+if none. If {\it flags} parameter is non-{\tt NULL}, the position of the point
 inside the tab is returned as well.
 
 \wxheading{Parameters}
index c1073dd4d6b68144f57276d198245d1ac80b9cae..cc2f8ff7365833451fab01b8c99778fdd36d1448 100644 (file)
@@ -34,8 +34,8 @@ true, if the connection is established, else false.
 \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
 
 Creates a new input stream on the specified path. You can use all but seek
-functionality of wxStream. Seek isn't available on all stream. For example,
-http or ftp streams doesn't deal with it. Other functions like StreamSize and
+functionality of wxStream. Seek isn't available on all streams. For example,
+HTTP or FTP streams don't deal with it. Other functions like StreamSize and
 Tell aren't available for the moment for this sort of stream.
 You will be notified when the EOF is reached by an error.
 
index 00f11f97710fdf29a799a8dff77923cced25a078..c9f7254d7edc32b70d1ddab46a4033b4ff44bbf8 100644 (file)
@@ -1,7 +1,7 @@
 \section{\class{wxRealPoint}}\label{wxrealpoint}
 
 A {\bf wxRealPoint} is a useful data structure for graphics operations.
-It contains floating point point {\it x} and {\it y} members.
+It contains floating point {\it x} and {\it y} members.
 See also \helpref{wxPoint}{wxpoint} for an integer version.
 
 \wxheading{Derived from}
index a02c56b653935c4ea3302a1da62598ebe487dc40..92049cd8afbed89ce9b45d01efc9d2e51332f0de 100644 (file)
@@ -12,7 +12,7 @@
 \section{\class{wxRecursionGuard}}\label{wxrecursionguard}
 
 wxRecursionGuard is a very simple class which can be used to prevent reentrancy
-problems in a function. It is not thread-safe and so should be used only in the
+problems in a function. It is not thread-safe and so should be used only in
 single-threaded programs or in combination with some thread synchronization
 mechanisms.
 
index 4046c7207aa1ba17a1afc4c7618c07248d1bd366..8e6b9fe02d9d988c7acdfa1b585af3b4d7f66594 100644 (file)
@@ -248,7 +248,7 @@ boundary) and {\tt false} otherwise.
 
 \constfunc{bool}{Intersects}{\param{const wxRect\& }{rect}}
 
-Returns {\tt true} if this rectangle has a non empty intersection with the
+Returns {\tt true} if this rectangle has a non-empty intersection with the
 rectangle {\it rect} and {\tt false} otherwise.
 
 
index dd1273f9cecc9ae327f44515d1f84f7f4e1a0cc2..23c1ec00cdf8804e89cb770135091d607a6b622e 100644 (file)
@@ -19,7 +19,7 @@ calling either \helpref{wxWindow::SetVirtualSize}{wxwindowsetvirtualsize},
 or \helpref{wxWindow::FitInside}{wxwindowfitinside}, and setting the
 scrolling increments for it by calling 
 \helpref{wxScrolledWindow::SetScrollRate}{wxscrolledwindowsetscrollrate}.
-Scrolling in some orientation is enabled by setting a non zero increment
+Scrolling in some orientation is enabled by setting a non-zero increment
 for it.
 
 The most automatic and newest way is to simply let sizers determine the
index 8b0e7de7719427c7fa597ef82fb073616b10df2d..08219a2ddafbc15c781f51e67f0e0d2f147a5950 100644 (file)
@@ -62,7 +62,7 @@ the default parameter value to the text control {\it text}.
 
 \wxheading{Parameters}
 
-\docparam{text}{The text control to append output too, must be non NULL}
+\docparam{text}{The text control to append output too, must be non-NULL}
 
 \docparam{ostr}{The C++ stream to redirect, {\it cout} is used if it is NULL}
 
index c764bb6b3862b752336fb672bd21674cf0e561ff..dd845dc16ce565fc76ad5a5a8e86c471f3816b11 100644 (file)
@@ -10,7 +10,7 @@ There are three different ways to use this class:
 \item You may derive a new class from wxTimer and override the 
 \helpref{Notify}{wxtimernotify} member to perform the required action.
 \item Or you may redirect the notifications to any 
-\helpref{wxEvtHandler}{wxevthandler} derived object by using the non default
+\helpref{wxEvtHandler}{wxevthandler} derived object by using the non-default
 constructor or \helpref{SetOwner}{wxtimersetowner}. Then use the {\tt EVT\_TIMER} 
 macro to connect it to the event handler which will receive 
 \helpref{wxTimerEvent}{wxtimerevent} notifications.
index 361957eb0b5f6b75b0391070d16a65812f4d8d56..f88dd8d04f4057a507e5bedc8b1caa4f53cb667d 100644 (file)
@@ -30,7 +30,7 @@ Constructor. The tip is shown immediately the window is constructed.
 
 \wxheading{Parameters}
 
-\docparam{parent}{The parent window, must be non {\tt NULL}}
+\docparam{parent}{The parent window, must be non-{\tt NULL}}
 
 \docparam{text}{The text to show, may contain the new line characters}
 
@@ -38,7 +38,7 @@ Constructor. The tip is shown immediately the window is constructed.
 \helpref{SetTipWindowPtr}{wxtipwindowsettipwindowptr} below, please see its
 documentation for the description of this parameter}
 
-\docparam{rectBounds}{If non {\tt NULL}, passed to 
+\docparam{rectBounds}{If non-{\tt NULL}, passed to 
 \helpref{SetBoundingRect}{wxtipwindowsetboundingrect} below, please see its
 documentation for the description of this parameter}
 
@@ -61,7 +61,7 @@ By default, the tip window disappears when the user clicks the mouse or presses
 a keyboard key or if it loses focus in any other way - for example because the
 user switched to another application window.
 
-Additionally, if a non empty {\it rectBound} is provided, the tip window will
+Additionally, if a non-empty {\it rectBound} is provided, the tip window will
 also automatically close if the mouse leaves this area. This is useful to
 dismiss the tip mouse when the mouse leaves the object it is associated with.
 
index 805cca79bada30005403d2c931067ebd1371860f..713757d6ca88a4475c0935e4bb8c3c224a1b096d 100644 (file)
@@ -13,7 +13,7 @@ Classes: \helpref{wxLog}{wxlog},\\
 
 This is a general overview of logging classes provided by wxWidgets. The word
 logging here has a broad sense, including all of the program output, not only
-non interactive messages. The logging facilities included in wxWidgets provide
+non-interactive messages. The logging facilities included in wxWidgets provide
 the base {\it wxLog} class which defines the standard interface for a {\it log
 target} as well as several standard implementations of it and a family of
 functions to use with them.
index c63d4ca07150b75e046243cc1f2db8067e986283..2cbff24f5bf173d8654852fcd9e4a9be0fc3ed20 100644 (file)
@@ -62,7 +62,7 @@ Constructor.
 
 \constfunc{int}{GetKeyCode}{}
 
-Returns the key code if the event was is a key event. Use 
+Returns the key code if the event is a key event. Use 
 \helpref{GetKeyEvent}{wxtreeeventgetkeyevent} to get the values of the
 modifier keys for this event (i.e. Shift or Ctrl).
 
@@ -82,7 +82,7 @@ Returns the key event for {\tt EVT\_TREE\_KEY\_DOWN} events.
 
 \constfunc{const wxString\&}{GetLabel}{}
 
-Returns the label if the event was a begin or end edit label event.
+Returns the label if the event is a begin or end edit label event.
 
 \membersection{wxTreeEvent::GetOldItem}\label{wxtreeeventgetolditem}
 
index 29b0eb9e254ee03bdc0e2505e428afb54366b33b..794dd727787937f5675763b8959e8749cd99ad29 100644 (file)
@@ -15,7 +15,7 @@ well.
 
 These classes will hopefully make writing MT programs easier and they also
 provide some extra error checking (compared to the native (be it Win32 or Posix)
-thread API), however it is still an non-trivial undertaking especially for large
+thread API), however it is still a non-trivial undertaking especially for large
 projects. Before starting an MT application (or starting to add MT features to
 an existing one) it is worth asking oneself if there is no easier and safer way
 to implement the same functionality. Of course, in some situations threads
@@ -41,7 +41,7 @@ itself and not by the other threads).
 For communication between secondary threads and the main thread, you may use 
 \helpref{wxEvtHandler::AddPendingEvent}{wxevthandleraddpendingevent}
 or its short version \helpref{wxPostEvent}{wxpostevent}. These functions
-have thread safe implementation so that they can be used as they are for
+have a thread-safe implementation so that they can be used as they are for
 sending events from one thread to another. However there is no built in method
 to send messages to the worker threads and you will need to use the available
 synchronization classes to implement the solution which suits your needs
index e661387221daca6b4275e017b5918c63c9c45e2a..b81c247ac0bf1a11f975bf28d58aef0626b2fe98 100644 (file)
@@ -350,7 +350,7 @@ of the base's is merged with this URI's path, resulting in the URI
 "http://mysite.com/john/mydir".
 
 \docparam{base}{Base URI to inherit from.  Must be a full URI and not a reference}
-\docparam{flags}{Currently either \texttt{wxURI\_STRICT} or $0$, in non strict
+\docparam{flags}{Currently either \texttt{wxURI\_STRICT} or $0$, in non-strict
 mode some compatibility layers are enabled to allow loopholes from RFCs prior
 to 2396}
 
index 04caeb84edfaa91feb97502b9f8839996d767ea8..562291e109b9321720eb5b83740452a718211d28 100644 (file)
@@ -81,8 +81,8 @@ It can be one of these errors:
 \func{wxInputStream *}{GetInputStream}{\void}
 
 Creates a new input stream on the specified URL. You can use all but seek
-functionality of wxStream. Seek isn't available on all stream. For example,
-http or ftp streams doesn't deal with it.
+functionality of wxStream. Seek isn't available on all streams. For example,
+HTTP or FTP streams don't deal with it.
 
 Note that this method is somewhat depreciated, all future wxWidgets applications
 should really use \helpref{wxFileSystem}{wxfilesystem} instead.
index d6ac077e2e4fd7a1c6e5ba1f32879bac243fc0b5..4c15ed17196ad2feef0bc39e3af1a6d8cf48b05b 100644 (file)
@@ -2359,7 +2359,7 @@ not delete) it from it.
 
 \wxheading{Parameters}
 
-\docparam{handler}{The event handler to remove, must be non {\tt NULL} and
+\docparam{handler}{The event handler to remove, must be non-{\tt NULL} and
 must be present in this windows event handlers chain}
 
 \wxheading{Return value}
index ee3e823fda403974e55d966fbfd921c1d8be59d2..1b6812c26be449374ff22a8ff91895ebb8d37552 100644 (file)
@@ -63,7 +63,7 @@ wizard will resize and reposition the page anyhow.
 
 \docparam{bitmap}{The page-specific bitmap if different from the global one}
 
-\docparam{resource}{Load the page from the specified resource if non NULL}
+\docparam{resource}{Load the page from the specified resource if non-NULL}
 
 \membersection{wxWizardPage::GetPrev}\label{wxwizardpagegetprev}
 
index 8d0e7b8382c66302ececfe9324686210427a5824..c14a210f073b5856c072db80bb707a401662517e 100644 (file)
@@ -72,7 +72,8 @@ Initializes only a specific handler (or custom handler). Convention says
 that the handler name is equal to the control's name plus 'XmlHandler', for example
 wxTextCtrlXmlHandler, wxHtmlWindowXmlHandler. The XML resource compiler
 (wxxrc) can create include file that contains initialization code for
-all controls used within the resource.
+all controls used within the resource. Note that this handler should be
+located on heap instead of stack, since it will get destroyed on shutdown.
 
 
 \membersection{wxXmlResource::AttachUnknownControl}\label{wxxmlresourceattachunknowncontrol}