summaryrefslogtreecommitdiffstats
path: root/doc/ttk_scrollbar.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2011-07-18 15:25:38 (GMT)
committerdkf <dkf@noemail.net>2011-07-18 15:25:38 (GMT)
commit3541ed5cfc142c68245760cba0fb1497e2668cde (patch)
treecec1bcb89b7f64d9fd6750a9fe013c99cd23bfef /doc/ttk_scrollbar.n
parent0eec1da6d3a78616ea389cfd5baa767a7bc1f613 (diff)
downloadtk-3541ed5cfc142c68245760cba0fb1497e2668cde.zip
tk-3541ed5cfc142c68245760cba0fb1497e2668cde.tar.gz
tk-3541ed5cfc142c68245760cba0fb1497e2668cde.tar.bz2
More small documentation improvements.
FossilOrigin-Name: 5c63bca4effecfc3d4a192031a2309d7e648b085
Diffstat (limited to 'doc/ttk_scrollbar.n')
-rw-r--r--doc/ttk_scrollbar.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_scrollbar.n b/doc/ttk_scrollbar.n
index ce9eeed..b406339 100644
--- a/doc/ttk_scrollbar.n
+++ b/doc/ttk_scrollbar.n
@@ -48,7 +48,7 @@ Specifies the orientation of the scrollbar.
.SH "WIDGET COMMAND"
.PP
.TP
-\fIpathName \fBcget\fR \fIoption\fR
+\fIpathName \fBcget \fIoption\fR
Returns the current value of the specified \fIoption\fR; see \fIttk::widget(n)\fR.
.TP
\fIpathName \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR?
@@ -58,14 +58,14 @@ Modify or query widget options; see \fIttk::widget(n)\fR.
Returns the scrollbar settings in the form of a list whose
elements are the arguments to the most recent \fBset\fR widget command.
.TP
-\fIpathName \fBidentify\fR \fIx y\fR
+\fIpathName \fBidentify \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.
.TP
-\fIpathName \fBset\fR \fIfirst last\fR
+\fIpathName \fBset \fIfirst last\fR
This command is normally invoked by the scrollbar's associated widget
from an \fB\-xscrollcommand\fR or \fB\-yscrollcommand\fR callback.
Specifies the visible range to be displayed.