1. typos corrected in ftp/protocol/url (Members is no longer a hyperlink
leading to nowhere) 2. wxTreeCtrl::GetBoundRect() documentation updated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,16 +16,17 @@
|
||||
|
||||
\begin{verbatim}
|
||||
wxURL url("http://a.host/a.dir/a.file");
|
||||
wxInputStream *in\_stream;
|
||||
wxInputStream *in_stream;
|
||||
|
||||
in\_stream = url.GetInputStream();
|
||||
/* Then, you can use all IO calls of in\_stream (See wxStream) */
|
||||
in_stream = url.GetInputStream();
|
||||
// Then, you can use all IO calls of in_stream (See wxStream)
|
||||
\end{verbatim}
|
||||
|
||||
% ----------------------------------------------------------------------------
|
||||
% Members
|
||||
% ----------------------------------------------------------------------------
|
||||
\latexignore{\rtfignore{\membersection{Members}}}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxURL::wxURL}\label{wxurlconstr}
|
||||
|
||||
|
Reference in New Issue
Block a user