X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..d5706f3ee8a83947a639ff44a21df29c97b72682:/docs/latex/wx/ddeclint.tex diff --git a/docs/latex/wx/ddeclint.tex b/docs/latex/wx/ddeclint.tex index 6df0f6e3b5..4d1f26a7c3 100644 --- a/docs/latex/wx/ddeclint.tex +++ b/docs/latex/wx/ddeclint.tex @@ -23,6 +23,10 @@ wxClientBase\\ +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{wxDDEServer}{wxddeserver}, \helpref{wxDDEConnection}{wxddeconnection}, @@ -30,7 +34,7 @@ wxClientBase\\ \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxDDEClient::wxDDEClient} +\membersection{wxDDEClient::wxDDEClient}\label{wxddeclientctor} \func{}{wxDDEClient}{\void} @@ -59,13 +63,13 @@ object is returned. The advantage of deriving your own connection class is that it will enable you to intercept messages initiated by the server, such -as \helpref{wxDDEConnection::OnAdvise}{wxddeconnectiononadvise}. You may also want to +as \helpref{wxDDEConnection::OnAdvise}{wxconnectiononadvise}. You may also want to store application-specific data in instances of the new class. -\membersection{wxDDEClient::ValidHost} +\membersection{wxDDEClient::ValidHost}\label{wxddeclientvalidhost} \func{bool}{ValidHost}{\param{const wxString\& }{host}} -Returns true if this is a valid host name, false otherwise. This always -returns true under MS Windows. +Returns \true if this is a valid host name, \false otherwise. This always +returns \true under MS Windows.