X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2a6f23364aefcd5095dc6558e3ab8144363fa96..12a3f2275c94a345cf83abf5151db68391859623:/docs/latex/wx/ddeclint.tex diff --git a/docs/latex/wx/ddeclint.tex b/docs/latex/wx/ddeclint.tex index fa553552ea..81f7508d3d 100644 --- a/docs/latex/wx/ddeclint.tex +++ b/docs/latex/wx/ddeclint.tex @@ -7,7 +7,7 @@ To create a client which can communicate with a suitable server, you need to derive a class from wxDDEConnection and another from wxDDEClient. The custom wxDDEConnection class will intercept communications in a `conversation' with a server, and the custom wxDDEServer is required -so that a user-overriden \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member can return +so that a user-overridden \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member can return a wxDDEConnection of the required class, when a connection is made. This DDE-based implementation is @@ -19,6 +19,10 @@ of this API is available using \helpref{wxTCPClient}{wxtcpclient}. wxClientBase\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxDDEServer}{wxddeserver}, \helpref{wxDDEConnection}{wxddeconnection}, @@ -65,4 +69,3 @@ store application-specific data in instances of the new class. Returns TRUE if this is a valid host name, FALSE otherwise. This always returns TRUE under MS Windows. -