From ed8297b98d205054c2ed18942992161a25acaf4c Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Mon, 6 Mar 2000 21:00:02 +0000 Subject: [PATCH] Some other typos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/image.tex | 2 +- docs/latex/wx/socket.tex | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index a0dd0d74c2..68e11bd14c 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -505,7 +505,7 @@ Returns the (modified) image itself. \helpref{Scale}{wximagescale} -\membersection{wxImage::Rotate}\label{wximagererotate} +\membersection{wxImage::Rotate}\label{wximagerotate} \func{wxImage}{Rotate}{\param{double}{ angle}, \param{const wxPoint\& }{rotationCentre}, \param{bool}{ interpolating = TRUE}, \param{wxPoint*}{ offsetAfterRotation = NULL}} diff --git a/docs/latex/wx/socket.tex b/docs/latex/wx/socket.tex index 20e8fdb7af..9a02f0bdfc 100644 --- a/docs/latex/wx/socket.tex +++ b/docs/latex/wx/socket.tex @@ -255,8 +255,9 @@ A pointer to the previous user data. This function shuts down the socket, disabling further transmission and reception of data; it also disables events for the socket and frees the -associated system resources. If you \helpref{Destroy}{wxsocketbasedestroy} -a socket, Close is automatically called. +associated system resources. Upon socket destruction, Close is automatically +called. This means that you don't need to do it yourself, unless you +explicitly want to disable further operation. \wxheading{Remark/Warning} @@ -509,7 +510,7 @@ See \helpref{Callback}{wxsocketbasecallback} and % \membersection{wxSocketBase::SetFlags}\label{wxsocketbasesetflags} -\func{void}{SetFlags}{\param{wxSocketBase::wxSockFlags}{ flags}} +\func{void}{SetFlags}{\param{wxSocketBase::wxSocketFlags}{ flags}} \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt @@ -976,7 +977,7 @@ For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbaseset % \membersection{wxSocketClient::wxSocketClient} -\func{}{wxSocketClient}{\param{wxSockFlags}{ flags = wxSocketBase::NONE}} +\func{}{wxSocketClient}{\param{wxSocketFlags}{ flags = wxSOCKET_NONE}} Constructor. @@ -1161,7 +1162,7 @@ Returns the socket event type. % \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}. Before trying to accept new connections, test whether it succeeded with -- 2.47.2