Some other typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-06 21:00:02 +00:00
parent e8773bdf80
commit ed8297b98d
2 changed files with 7 additions and 6 deletions

View File

@@ -505,7 +505,7 @@ Returns the (modified) image itself.
\helpref{Scale}{wximagescale} \helpref{Scale}{wximagescale}
\membersection{wxImage::Rotate}\label{wximagererotate} \membersection{wxImage::Rotate}\label{wximagerotate}
\func{wxImage}{Rotate}{\param{double}{ angle}, \param{const wxPoint\& }{rotationCentre}, \func{wxImage}{Rotate}{\param{double}{ angle}, \param{const wxPoint\& }{rotationCentre},
\param{bool}{ interpolating = TRUE}, \param{wxPoint*}{ offsetAfterRotation = NULL}} \param{bool}{ interpolating = TRUE}, \param{wxPoint*}{ offsetAfterRotation = NULL}}

View File

@@ -255,8 +255,9 @@ A pointer to the previous user data.
This function shuts down the socket, disabling further transmission and This function shuts down the socket, disabling further transmission and
reception of data; it also disables events for the socket and frees the reception of data; it also disables events for the socket and frees the
associated system resources. If you \helpref{Destroy}{wxsocketbasedestroy} associated system resources. Upon socket destruction, Close is automatically
a socket, Close is automatically called. called. This means that you don't need to do it yourself, unless you
explicitly want to disable further operation.
\wxheading{Remark/Warning} \wxheading{Remark/Warning}
@@ -509,7 +510,7 @@ See \helpref{Callback}{wxsocketbasecallback} and
% %
\membersection{wxSocketBase::SetFlags}\label{wxsocketbasesetflags} \membersection{wxSocketBase::SetFlags}\label{wxsocketbasesetflags}
\func{void}{SetFlags}{\param{wxSocketBase::wxSockFlags}{ flags}} \func{void}{SetFlags}{\param{wxSocketBase::wxSocketFlags}{ flags}}
\twocolwidtha{7cm} \twocolwidtha{7cm}
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt
@@ -976,7 +977,7 @@ For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbaseset
% %
\membersection{wxSocketClient::wxSocketClient} \membersection{wxSocketClient::wxSocketClient}
\func{}{wxSocketClient}{\param{wxSockFlags}{ flags = wxSocketBase::NONE}} \func{}{wxSocketClient}{\param{wxSocketFlags}{ flags = wxSOCKET_NONE}}
Constructor. Constructor.
@@ -1161,7 +1162,7 @@ Returns the socket event type.
% %
\membersection{wxSocketServer::wxSocketServer}\label{wxsocketserverconstr} \membersection{wxSocketServer::wxSocketServer}\label{wxsocketserverconstr}
\func{}{wxSocketServer}{\param{wxSockAddress\&}{ address}, \param{wxSockFlags}{ flags = wxSocketBase::NONE}} \func{}{wxSocketServer}{\param{wxSockAddress\&}{ address}, \param{wxSocketFlags}{ flags = wxSOCKET_NONE}}
Constructs a new server and tries to bind to the specified {\it address}. Constructs a new server and tries to bind to the specified {\it address}.
Before trying to accept new connections, test whether it succeeded with Before trying to accept new connections, test whether it succeeded with