diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-27 09:35:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-27 09:35:37 (GMT) |
commit | c782c91eb43cbb2f3c6d387ce7c124c770bb7191 (patch) | |
tree | 2f3f979845a50074bb8e2a0687cd98cb14ae6c26 /doc/dde.n | |
parent | 59ddf1865eb7d0cbb45c9a62fa80360d16b34883 (diff) | |
download | tcl-c782c91eb43cbb2f3c6d387ce7c124c770bb7191.zip tcl-c782c91eb43cbb2f3c6d387ce7c124c770bb7191.tar.gz tcl-c782c91eb43cbb2f3c6d387ce7c124c770bb7191.tar.bz2 |
Backport many doc fixes
Diffstat (limited to 'doc/dde.n')
-rw-r--r-- | doc/dde.n | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: dde.n,v 1.8 2002/06/27 22:29:08 dgp Exp $ +'\" RCS: @(#) $Id: dde.n,v 1.8.2.1 2004/10/27 09:35:38 dkf Exp $ '\" .so man.macros .TH dde n 1.2 dde "Tcl Bundled Packages" @@ -137,6 +137,13 @@ without adding the \fB&\fR to place the process in the background). If for any reason the event queue is not flushed, DDE commands may hang until the event queue is flushed. This can create a deadlock situation. +.SH EXAMPLE +This asks Internet Explorer (which must already be running) to go to a +particularly important website: +.CS +package require dde +\fBdde\fR execute iexplore WWW_OpenURL http://www.tcl.tk/ +.CE .SH "SEE ALSO" tk(n), winfo(n), send(n) |