Some .tex tweaks; pngdemo fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-12 18:28:34 +00:00
parent f6fcbb63d0
commit 6be663cf0d
13 changed files with 104 additions and 97 deletions

View File

@@ -42,9 +42,10 @@ Returns the initialized stream. You will have to delete it yourself.
\membersection{wxProtocol::Abort}\label{wxprotoabort}
\func{bool }{Abort}{\void}
\func{bool}{Abort}{\void}
Abort the current stream.
\it{WARNING: It is advised to destroy the input stream instead of aborting the stream this way.}
\wxheading{Return value}
@@ -55,7 +56,7 @@ Returns TRUE, if successful, else FALSE.
\membersection{wxProtocol::GetError}
\func{wxProtocolError }{GetError}{\void}
\func{wxProtocolError}{GetError}{\void}
Returns the last occured error.
@@ -63,7 +64,7 @@ Returns the last occured error.
\membersection{wxProtocol::GetContentType}
\func{wxString }{GetContentType}{\void}
\func{wxString}{GetContentType}{\void}
Returns the type of the content of the last opened stream. It is a mime-type.
@@ -77,6 +78,7 @@ Sets the authentication user. It is mainly useful when FTP is used.
\membersection{wxProtocol::SetPassword}
\func{void }{SetPassword}{\param{const wxString\&}{ user}}
\func{void}{SetPassword}{\param{const wxString\&}{ user}}
Sets the authentication password. It is mainly useful when FTP is used.