2 typos corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user