summaryrefslogtreecommitdiffstats
path: root/doc/ttk_scale.n
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-05-11 00:31:00 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-05-11 00:31:00 (GMT)
commitdd5b49b71b4faf956168e3bb8de662a3f418c239 (patch)
tree3b95c8a9fc0ad5e3217923cfb8ef4ccc544e918b /doc/ttk_scale.n
parent6ea28a2b7d7514c4d22db3391f537fabb474ccfc (diff)
downloadtk-dd5b49b71b4faf956168e3bb8de662a3f418c239.zip
tk-dd5b49b71b4faf956168e3bb8de662a3f418c239.tar.gz
tk-dd5b49b71b4faf956168e3bb8de662a3f418c239.tar.bz2
Backported documentation fixes from HEAD
Diffstat (limited to 'doc/ttk_scale.n')
-rw-r--r--doc/ttk_scale.n12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/ttk_scale.n b/doc/ttk_scale.n
index 0806c36..e9c8743 100644
--- a/doc/ttk_scale.n
+++ b/doc/ttk_scale.n
@@ -4,7 +4,7 @@
.\" See the file "license.terms" for information on usage and redistribution
.\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
.\"
-.\" CVS: @(#) $Id: ttk_scale.n,v 1.1 2008/02/06 14:34:57 dkf Exp $
+.\" CVS: @(#) $Id: ttk_scale.n,v 1.1.4.1 2008/05/11 00:31:03 patthoyts Exp $
.\"
.so man.macros
.TH ttk::scale n 8.5 Tk "Tk Themed Widget"
@@ -65,6 +65,10 @@ Get the current value of the \fB\-value\fR option, or the value corresponding
to the coordinates \fIx,y\fR if they are specified. \fIX\fR and \fIy\fR are
pixel coordinates relative to the scale widget origin.
.TP
+\fIpathName \fBidentify\fR \fIx y\fR
+Returns the name of the element at position \fIx\fR, \fIy\fR.
+See \fIttk::widget(n)\fR.
+.TP
\fIpathName \fBinstate \fIstatespec\fR ?\fIscript\fR?
.
Test the widget state; see \fIttk::widget(n)\fR.
@@ -86,12 +90,6 @@ Modify or query the widget state; see \fIttk::widget(n)\fR.
Get the coordinates corresponding to \fIvalue\fR, or the coordinates
corresponding to the current value of the \fB\-value\fR option if \fIvalue\fR
is omitted.
-.TP
-\fIpathName \fBidentify \fIx y\fR
-.
-Returns the name of the element under the point given by \fIx\fR and \fIy\fR,
-or an empty string if the point does not lie in any element of the scale.
-\fIX\fR and \fIy\fR are pixel coordinates relative to the scale widget origin.
.SH "SEE ALSO"
ttk::widget(n), scale(n)
.SH KEYWORDS