]> git.saurik.com Git - wxWidgets.git/commitdiff
2 typos corrected
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Jun 1999 20:42:48 +0000 (20:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Jun 1999 20:42:48 +0000 (20:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/notebook.tex
docs/latex/wx/process.tex

index a2a24c87392c4d2427998554888443f527d1bfc1..e70c497000db7a31007c74c50367ea5a4c901196 100644 (file)
@@ -63,6 +63,8 @@ Constructs a notebook control.
 \docparam{style}{The window style. Its value is a bit list of zero or more of {\bf wxTC\_MULTILINE},
  {\bf wxTC\_RIGHTJUSTIFY}, {\bf wxTC\_FIXEDWIDTH} and {\bf wxTC\_OWNERDRAW}.}
 
 \docparam{style}{The window style. Its value is a bit list of zero or more of {\bf wxTC\_MULTILINE},
  {\bf wxTC\_RIGHTJUSTIFY}, {\bf wxTC\_FIXEDWIDTH} and {\bf wxTC\_OWNERDRAW}.}
 
+\docparam{name}{The name of the control (used only under Motif).}
+
 \membersection{wxNotebook::\destruct{wxNotebook}}
 
 \func{}{\destruct{wxNotebook}}{\void}
 \membersection{wxNotebook::\destruct{wxNotebook}}
 
 \func{}{\destruct{wxNotebook}}{\void}
index 6d4ba8232ce49317452bc0195c1b94ccf5a26340..97d8a404461b7ee5e72ca6207023e05daebe56a4 100644 (file)
@@ -1,6 +1,6 @@
 \section{\class{wxProcess}}\label{wxprocess}
 
 \section{\class{wxProcess}}\label{wxprocess}
 
-The objects of this class are used in conjonction with 
+The objects of this class are used in conjunction with 
 \helpref{wxExecute}{wxexecute} function. When a wxProcess object is passed to
 wxExecute(), its \helpref{OnTerminate()}{wxprocessonterminate} virtual method
 is called when the process terminates. This allows the program to be
 \helpref{wxExecute}{wxexecute} function. When a wxProcess object is passed to
 wxExecute(), its \helpref{OnTerminate()}{wxprocessonterminate} virtual method
 is called when the process terminates. This allows the program to be