]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ddeclint.tex
mention that creation time only lives up to its name under Windows
[wxWidgets.git] / docs / latex / wx / ddeclint.tex
index fa553552eab36d34b8360a61baab1de7dd118167..2f5fc7a858af3b02a7d52289c2ccacaa52a3d027 100644 (file)
@@ -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}
+
+<wx/dde.h>
+
 \wxheading{See also}
 
 \helpref{wxDDEServer}{wxddeserver}, \helpref{wxDDEConnection}{wxddeconnection},