diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-25 21:06:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-25 21:06:41 (GMT) |
commit | c85709f537091cdf9538cbeed4d4036d0247dc94 (patch) | |
tree | 2bd7566397558a428e596e65b357c7ce455bb79a /doc | |
parent | a92bea9824750bfe1962893217f244df483743b6 (diff) | |
download | tcl-c85709f537091cdf9538cbeed4d4036d0247dc94.zip tcl-c85709f537091cdf9538cbeed4d4036d0247dc94.tar.gz tcl-c85709f537091cdf9538cbeed4d4036d0247dc94.tar.bz2 |
Added example
Diffstat (limited to 'doc')
-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.12 2004/05/22 00:05:35 dkf Exp $ +'\" RCS: @(#) $Id: dde.n,v 1.13 2004/05/25 21:06:41 dkf Exp $ '\" .so man.macros .TH dde n 1.2 dde "Tcl Bundled Packages" @@ -144,6 +144,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 +dde execute iexplore WWW_OpenURL http://www.tcl.tk/ +.CE .SH "SEE ALSO" tk(n), winfo(n), send(n) |