Fixed some stupid TEX errors...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 1999-07-28 05:52:04 +00:00
parent a123dde717
commit 3660fc40ad
5 changed files with 32 additions and 31 deletions

View File

@ -166,7 +166,7 @@ used to optimize rendering speed}
\func{virtual void}{DrawInvisible}{\param{wxDC\& }{dc}, \param{int }{x}, \param{int }{y}}
This method is called instead of \helpref{Draw{wxhtmlcelldraw} when the
This method is called instead of \helpref{Draw}{wxhtmlcelldraw} when the
cell is certainly out of the screen (and thus invisible). This is not
nonsense - some tags (like \helpref{wxHtmlColourCell}{wxhtmlcolourcell}
or font setter) must be drawn even if they are invisible!
@ -177,7 +177,7 @@ or font setter) must be drawn even if they are invisible!
\docparam{x,y}{Coordinates of parent's upper left corner. You must
add this to m\_PosX,m\_PosY when passing coordinates to dc's methods
Example : {\tt dc -> DrawText("hello", x + m\_PosX, y + m\_PosY)} }
Example : {\tt dc -> DrawText("hello", x + m\_PosX, y + m\_PosY)}}
\membersection{wxHtmlCell::Find}\label{wxhtmlcellfind}
@ -236,5 +236,3 @@ button is pressed, FALSE otherwise}

View File

@ -43,7 +43,8 @@ bool MyFilter::CanRead(const wxFSFile& file)
\membersection{wxHtmlFilter::ReadFile}\label{wxhtmlfilterreadfile}
\func{wxString}{ReadFile}{\param{const wxFSFile\& }{file}
\func{wxString}{ReadFile}{\param{const wxFSFile\& }{file}}
Reads the file and returns string with HTML document.
@ -57,3 +58,4 @@ wxString MyImgFilter::ReadFile(const wxFSFile& file)
"\"></body></html>";
}
\end{verbatim}

View File

@ -178,7 +178,7 @@ unmodified)
\membersection{wxHtmlParser::AddTag}\label{wxhtmlparseraddtag}
\func{void}{AddTag}{\param{const wxHtmlTag\& }{tag}
\func{void}{AddTag}{\param{const wxHtmlTag\& }{tag}}
This may (and may not) be overwriten in derived class.

View File

@ -34,5 +34,6 @@ which it is displayed!}
\docparam{w}{Floating width. If non-zero width of {\it wnd} window is adjusted so that it is
always {\it w} percents of parent container's width. (For example w = 100 means that the window
will always have same width as parent container)
will always have same width as parent container)}

View File

@ -72,7 +72,7 @@ Reads a double (IEEE encoded) from the stream.
\func{wxString}{wxTextInputStream::ReadString}{\void}
Reads a line from the stream. A line is a string which ends with
$\backslack$n or $\backslash$r$\backslash$n or $\backslash$r.
$\backslash$n or $\backslash$r$\backslash$n or $\backslash$r.
% ----------------------------------------------------------------------------
% wxTextOutputStream