summaryrefslogtreecommitdiffstats
path: root/doc/ttk_progressbar.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-10-23 15:44:35 (GMT)
committerdkf <dkf@noemail.net>2007-10-23 15:44:35 (GMT)
commit7aba2648fcff427c6af66149e9367228652a90e3 (patch)
tree5eda8228f68eff81bf0c9d40d5b70ae6d20b6d5e /doc/ttk_progressbar.n
parentc3e77ab27d94686a8e796a8f4ff5669418b78a09 (diff)
downloadtk-7aba2648fcff427c6af66149e9367228652a90e3.zip
tk-7aba2648fcff427c6af66149e9367228652a90e3.tar.gz
tk-7aba2648fcff427c6af66149e9367228652a90e3.tar.bz2
Rendering-with-groff GOOBE.
FossilOrigin-Name: 83ccda2cf944903eb2b18ebbd188d586249c0802
Diffstat (limited to 'doc/ttk_progressbar.n')
-rw-r--r--doc/ttk_progressbar.n8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/ttk_progressbar.n b/doc/ttk_progressbar.n
index ae353c4..d5baec6 100644
--- a/doc/ttk_progressbar.n
+++ b/doc/ttk_progressbar.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.
'\"
-'\" RCS: @(#) $Id: ttk_progressbar.n,v 1.4 2007/10/22 14:33:13 dkf Exp $
+'\" RCS: @(#) $Id: ttk_progressbar.n,v 1.5 2007/10/23 15:44:36 dkf Exp $
'\"
.so man.macros
.TH ttk_progressbar n 8.5 Tk "Tk Themed Widget"
@@ -23,9 +23,9 @@ completed relative to the total amount of work to be done, and
\fIindeterminate\fR mode provides an animated display to let the user know
that something is happening.
.SO
-\-class \-cursor \-takefocus \-style
+\-class \-cursor \-style
+\-takefocus
.SE
-
.SH "WIDGET-SPECIFIC OPTIONS"
.OP \-orient orient Orient
One of \fBhorizontal\fR or \fBvertical\fR. Specifies the orientation of the
@@ -51,7 +51,6 @@ Read-only option. The widget periodically increments the value of this option
whenever the \fB\-value\fR is greater than 0 and, in \fIdeterminate\fR mode,
less than \fB\-maximum\fR. This option may be used by the current theme to
provide additional animation effects.
-
.SH "WIDGET COMMAND"
.TP
\fIpathName \fBcget\fR \fIoption\fR
@@ -86,6 +85,5 @@ omitted.
.
Stop autoincrement mode: cancels any recurring timer event initiated by
\fIpathName \fBstart\fR.
-
.SH "SEE ALSO"
ttk_widget(n)