summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2008-01-30 12:00:34 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2008-01-30 12:00:34 (GMT)
commit9d09f910286b681205f470dbf2009f9e54089e9d (patch)
treea5986dd465e17bb07a03e8616ea837f601cd39d6 /doc/canvas.n
parent389c01204cea7218f6f0a19185d7beb697799782 (diff)
downloadtk-9d09f910286b681205f470dbf2009f9e54089e9d.zip
tk-9d09f910286b681205f470dbf2009f9e54089e9d.tar.gz
tk-9d09f910286b681205f470dbf2009f9e54089e9d.tar.bz2
Fix erroneous listing of "standard" options. [Bug 1882495]
Diffstat (limited to 'doc/canvas.n')
-rw-r--r--doc/canvas.n18
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index 7cf44d3..1899914 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: canvas.n,v 1.33 2007/12/30 23:35:05 dkf Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.34 2008/01/30 12:00:38 dkf Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -17,13 +17,12 @@ canvas \- Create and manipulate canvas widgets
.SH SYNOPSIS
\fBcanvas\fR \fIpathName \fR?\fIoptions\fR?
.SO
-\-background \-insertborderwidth \-selectborderwidth
-\-borderwidth \-insertofftime \-selectforeground
-\-cursor \-insertontime \-takefocus
-\-highlightbackground \-insertwidth \-xscrollcommand
-\-highlightcolor \-relief \-yscrollcommand
-\-highlightthickness \-state
-\-insertbackground \-selectbackground
+\-background \-borderwidth \-cursor
+\-highlightbackground \-highlightcolor \-highlightthickness
+\-insertbackground \-insertborderwidth \-insertofftime
+\-insertontime \-insertwidth \-relief
+\-selectbackground \-selectborderwidth \-selectforeground
+\-takefocus \-xscrollcommand \-yscrollcommand
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
.OP \-closeenough closeEnough CloseEnough
@@ -83,7 +82,6 @@ are selected) will also be \fByScrollIncrement\fR. If the value of
this option is less than or equal to zero, then vertical scrolling
is unconstrained.
.BE
-
.SH INTRODUCTION
.PP
The \fBcanvas\fR command creates a new window (given
@@ -1845,9 +1843,7 @@ Tk's canvas widget is a blatant ripoff of ideas from Joel Bartlett's
environment and preceded canvases by a year or two. Its simple
mechanisms for placing and animating graphical objects inspired the
functions of canvases.
-
.SH "SEE ALSO"
bind(n), font(n), image(n), scrollbar(n)
-
.SH KEYWORDS
canvas, widget