diff --git a/docs/latex/wx/notebook.tex b/docs/latex/wx/notebook.tex index a2a24c8739..e70c497000 100644 --- a/docs/latex/wx/notebook.tex +++ b/docs/latex/wx/notebook.tex @@ -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{name}{The name of the control (used only under Motif).} + \membersection{wxNotebook::\destruct{wxNotebook}} \func{}{\destruct{wxNotebook}}{\void} diff --git a/docs/latex/wx/process.tex b/docs/latex/wx/process.tex index 6d4ba8232c..97d8a40446 100644 --- a/docs/latex/wx/process.tex +++ b/docs/latex/wx/process.tex @@ -1,6 +1,6 @@ \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