summaryrefslogtreecommitdiffstats
path: root/doc/SetVisual.3
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-10-29 16:04:10 (GMT)
committerdkf <dkf@noemail.net>2007-10-29 16:04:10 (GMT)
commit4608ded75d542c786aae5d6f4b86bd1bd8e3f0be (patch)
treef1b13d0b63bdcb785dc2718534eb209b9796d50b /doc/SetVisual.3
parentb61148e3f8da053b11e21cf1fa21423086dd6810 (diff)
downloadtk-4608ded75d542c786aae5d6f4b86bd1bd8e3f0be.zip
tk-4608ded75d542c786aae5d6f4b86bd1bd8e3f0be.tar.gz
tk-4608ded75d542c786aae5d6f4b86bd1bd8e3f0be.tar.bz2
Lots more GOOBE stuff. Now works with 'make html'!
FossilOrigin-Name: 6373cd0cf2deb3038f42488bf9ad272b2d9aed9e
Diffstat (limited to 'doc/SetVisual.3')
-rw-r--r--doc/SetVisual.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetVisual.3 b/doc/SetVisual.3
index c95145a..c6790ec 100644
--- a/doc/SetVisual.3
+++ b/doc/SetVisual.3
@@ -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: SetVisual.3,v 1.2 1998/09/14 18:22:53 stanton Exp $
+'\" RCS: @(#) $Id: SetVisual.3,v 1.3 2007/10/29 16:04:13 dkf Exp $
'\"
.so man.macros
.TH Tk_SetWindowVisual 3 4.0 Tk "Tk Library Procedures"
@@ -42,7 +42,7 @@ actually been created in X (e.g. before \fBTk_MapWindow\fR or
The safest thing is to call \fBTk_SetWindowVisual\fR immediately
after calling \fBTk_CreateWindow\fR.
If \fItkwin\fR has already been created before \fBTk_SetWindowVisual\fR
-is called then it returns 0 and doesn't make any changes; otherwise
+is called then it returns 0 and does not make any changes; otherwise
it returns 1 to signify that the operation
completed successfully.
.PP