diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-24 19:36:46 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-24 19:36:46 (GMT) |
| commit | a754b12b12636d7b8b25e7b64abf37c73be98ad0 (patch) | |
| tree | 565a980082b13eae54ba529ee706df019e712f5b /doc/dde.n | |
| parent | f72644ef9557f5f17f98c7077f7b46b770594191 (diff) | |
| parent | bd79a80607129304c422a95d8584494107c7ed81 (diff) | |
| download | tcl-a754b12b12636d7b8b25e7b64abf37c73be98ad0.zip tcl-a754b12b12636d7b8b25e7b64abf37c73be98ad0.tar.gz tcl-a754b12b12636d7b8b25e7b64abf37c73be98ad0.tar.bz2 | |
Take cygwin handling of X11 into account
Implement TclpIsAtty, Cygwin only
doc/dde.n: doc fix
Diffstat (limited to 'doc/dde.n')
| -rw-r--r-- | doc/dde.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -144,7 +144,7 @@ unpredictable results. .PP An external application which wishes to run a script in Tcl should have that script store its result in a variable, run the \fBdde execute\fR -command, and the run \fBdde request\fR to get the value of the +command, and then run \fBdde request\fR to get the value of the variable. .PP When using DDE, be careful to ensure that the event queue is flushed @@ -159,7 +159,7 @@ This asks Internet Explorer (which must already be running) to go to a particularly important website: .CS package require dde -\fBdde execute\fR iexplore WWW_OpenURL http://www.tcl.tk/ +\fBdde execute\fR -async iexplore WWW_OpenURL http://www.tcl.tk/ .CE .SH "SEE ALSO" tk(n), winfo(n), send(n) |
