summaryrefslogtreecommitdiffstats
path: root/doc/CrtSelHdlr.3
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2007-10-29 16:04:11 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2007-10-29 16:04:11 (GMT)
commit4a790ebd42e3ba4a893b31d0491ac478c4abb3dd (patch)
treef1b13d0b63bdcb785dc2718534eb209b9796d50b /doc/CrtSelHdlr.3
parentef2f8a1261ee6fcabf5a88b9b099a93fb7eaeed6 (diff)
downloadtk-4a790ebd42e3ba4a893b31d0491ac478c4abb3dd.zip
tk-4a790ebd42e3ba4a893b31d0491ac478c4abb3dd.tar.gz
tk-4a790ebd42e3ba4a893b31d0491ac478c4abb3dd.tar.bz2
Lots more GOOBE stuff. Now works with 'make html'!
Diffstat (limited to 'doc/CrtSelHdlr.3')
-rw-r--r--doc/CrtSelHdlr.37
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/CrtSelHdlr.3 b/doc/CrtSelHdlr.3
index ffb16ad..888c53b 100644
--- a/doc/CrtSelHdlr.3
+++ b/doc/CrtSelHdlr.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: CrtSelHdlr.3,v 1.3 2004/09/19 16:05:36 dkf Exp $
+'\" RCS: @(#) $Id: CrtSelHdlr.3,v 1.4 2007/10/29 16:04:12 dkf Exp $
'\"
.so man.macros
.TH Tk_CreateSelHandler 3 4.0 Tk "Tk Library Procedures"
@@ -37,11 +37,10 @@ and the selection contents are requested in the format given by
.AP ClientData clientData in
Arbitrary one-word value to pass to \fIproc\fR.
.AP Atom format in
-If the selection requestor isn't in this process, \fIformat\fR determines
+If the selection requestor is not in this process, \fIformat\fR determines
the representation used to transmit the selection to its
requestor.
.BE
-
.SH DESCRIPTION
.PP
\fBTk_CreateSelHandler\fR arranges for a particular procedure
@@ -77,7 +76,7 @@ at \fIbuffer\fR containing \fImaxBytes\fR or fewer characters
count of the number of non-NULL characters stored at
\fIbuffer\fR. If the selection no longer exists (e.g. it once
existed but the user deleted the range of characters containing
-it), then \fIproc\fR should return -1.
+it), then \fIproc\fR should return \-1.
.PP
When transferring large selections, Tk will break them up into
smaller pieces (typically a few thousand bytes each) for more