Tidied some doc references; added Stefan's Blit optimisation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-12-29 14:21:38 +00:00
parent 29b5bcd515
commit e12be2f7fb
7 changed files with 81 additions and 85 deletions

View File

@@ -90,7 +90,9 @@ configuration, can be handlers for BMP (loading) (always installed), GIF
(loading), PCX (loading), PNM (loading and saving as raw
rgb), PNG (loading and saving), JPEG (loading and saving), file formats.
See also: \helpref{wxImage}{wximage} \helpref{wxImageHandler}{wximagehandler}
\wxheading{See also}
\helpref{wxImage}{wximage}, \helpref{wxImageHandler}{wximagehandler}
\membersection{::wxIsAbsolutePath}
@@ -258,7 +260,9 @@ Use of this function requires the file wx\_doc.h to be included.
Returns the FQDN (fully qualified domain host name) or an empty string on
error.
See also: \helpref{wxGetHostName}{wxgethostname}
\wxheading{See also}
\helpref{wxGetHostName}{wxgethostname}
\wxheading{Include files}
@@ -296,7 +300,9 @@ The first variant of this function returns the hostname if successful or an
empty string otherwise. The second (deprecated) function returns TRUE
if successful, FALSE otherwise.
See also: \helpref{wxGetFullHostName}{wxgetfullhostname}
\wxheading{See also}
\helpref{wxGetFullHostName}{wxgetfullhostname}
\wxheading{Include files}
@@ -321,7 +327,9 @@ The first variant of this function returns the login name if successful or an
empty string otherwise. The second (deprecated) function returns TRUE
if successful, FALSE otherwise.
See also: \helpref{wxGetUserName}{wxgetusername}
\wxheading{See also}
\helpref{wxGetUserName}{wxgetusername}
\wxheading{Include files}
@@ -344,7 +352,9 @@ The first variant of this function returns the user name if successful or an
empty string otherwise. The second (deprecated) function returns TRUE
if successful, FALSE otherwise.
See also: \helpref{wxGetUserId}{wxgetuserid}
\wxheading{See also}
\helpref{wxGetUserId}{wxgetuserid}
\wxheading{Include files}
@@ -427,20 +437,20 @@ buffer is never overflowed.
Returns the number of characters copied to the buffer or -1 if there is not
enough space.
\wxheading{See also:}
\helpref{wxVsnprintf}{wxvsnprintf},
\helpref{wxString::Printf}{wxstringprintf}
\wxheading{See also}
\membersection{::wxVsnprintf}\label{wxsnprintf}
\helpref{wxVsnprintf}{wxvsnprintf}, \helpref{wxString::Printf}{wxstringprintf}
\membersection{::wxVsnprintf}\label{wxvsnprintf}
\func{int}{wxVsnprintf}{\param{wxChar *}{buf}, \param{size\_t }{len}, \param{const wxChar *}{format}, \param{va\_list }{argptr}}
The same as \helpref{wxSnprintf}{wxsnprintf} but takes a {\tt va\_list}
argument instead of arbitrary number of parameters.
\wxheading{See also:}
\helpref{wxSnprintf}{wxsnprintf},
\helpref{wxString::PrintfV}{wxstringprintfv}
\wxheading{See also}
\helpref{wxSnprintf}{wxsnprintf}, \helpref{wxString::PrintfV}{wxstringprintfv}
\section{Dialog functions}\label{dialogfunctions}
@@ -462,7 +472,7 @@ used with \helpref{wxShowTip}{wxshowtip}.
\docparam{currentTip}{The index of the first tip to show - normally this index
is remembered between the 2 program runs.}
\wxheading{See also:}
\wxheading{See also}
\helpref{Tips overview}{tipsoverview}
@@ -691,7 +701,7 @@ It may be created with the \helpref{wxCreateFileTipProvider}{wxcreatefiletipprov
otherwise. This is used as the initial value for "Show tips at startup"
checkbox which is shown in the tips dialog.}
\wxheading{See also:}
\wxheading{See also}
\helpref{Tips overview}{tipsoverview}
@@ -1293,7 +1303,7 @@ Under X only, returns the current display name. See also \helpref{wxSetDisplayNa
Return the (current) user's home directory.
\wxheading{See also:}
\wxheading{See also}
\helpref{wxGetUserHome}{wxgetuserhome}