summaryrefslogtreecommitdiffstats
path: root/doc/spinbox.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-12-18 23:02:35 (GMT)
committerhobbs <hobbs>2001-12-18 23:02:35 (GMT)
commit08ea99caa2cbd0468c4509bdac791866bd89bb1f (patch)
treec09daeaa6c6a2ab662375fa53d749d65670fcccf /doc/spinbox.n
parentcb028bc2763e8b11a687f4d7ce2a4f663df20eae (diff)
downloadtk-08ea99caa2cbd0468c4509bdac791866bd89bb1f.zip
tk-08ea99caa2cbd0468c4509bdac791866bd89bb1f.tar.gz
tk-08ea99caa2cbd0468c4509bdac791866bd89bb1f.tar.bz2
corrected spin(up|down) -> button(up|down)
Diffstat (limited to 'doc/spinbox.n')
-rw-r--r--doc/spinbox.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/spinbox.n b/doc/spinbox.n
index 97d2325..9da7b41 100644
--- a/doc/spinbox.n
+++ b/doc/spinbox.n
@@ -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: spinbox.n,v 1.2 2000/08/25 06:58:33 ericm Exp $
+'\" RCS: @(#) $Id: spinbox.n,v 1.3 2001/12/18 23:02:35 hobbs Exp $
'\"
.so man.macros
.TH spinbox n 8.4 Tk "Tk Built-In Commands"
@@ -323,7 +323,7 @@ given by \fIindex\fR. Returns an empty string.
\fIpathName \fBidentify\fI x y\fR
Returns the name of the window element corresponding to coordinates
\fIx\fR and \fIy\fR in the spinbox. Return value is one of:
-\fBnone\fR, \fBspindown\fR, \fBspinup\fR, \fBentry\fR.
+\fBnone\fR, \fBbuttondown\fR, \fBbuttonup\fR, \fBentry\fR.
.TP
\fIpathName \fBindex\fI index\fR
Returns the numerical index corresponding to \fIindex\fR.
@@ -333,7 +333,7 @@ Insert the characters of \fIstring\fR just before the character
indicated by \fIindex\fR. Returns an empty string.
.TP
\fIpathName \fBinvoke\fI element\fR
-Causes the specified element, either \fBspindown\fR or \fBspinup\fR,
+Causes the specified element, either \fBbuttondown\fR or \fBbuttonup\fR,
to be invoked, triggering the action associated with it.
.TP
\fIpathName \fBscan\fR \fIoption args\fR