diff options
author | ericm <ericm> | 2000-06-05 23:31:34 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-05 23:31:34 (GMT) |
commit | ba5a25ec5de44dbae8ee435a79f303298bdf290d (patch) | |
tree | 85f40135d69e2f8f134f0f12859b20064c37acb2 /doc | |
parent | cfd661625c5d92f3a9d0e2b95a449357fdea2336 (diff) | |
download | tk-ba5a25ec5de44dbae8ee435a79f303298bdf290d.zip tk-ba5a25ec5de44dbae8ee435a79f303298bdf290d.tar.gz tk-ba5a25ec5de44dbae8ee435a79f303298bdf290d.tar.bz2 |
Fixed formatting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/canvas.n | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index 1bcc62e..54a27be 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.7 2000/05/23 00:31:36 hobbs Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.8 2000/06/05 23:31:34 ericm Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -17,11 +17,13 @@ canvas \- Create and manipulate canvas widgets .SH SYNOPSIS \fBcanvas\fR \fIpathName \fR?\fIoptions\fR? .SO -\-background \-highlightthickness \-insertwidth \-relief -\-borderwidth \-insertbackground \-state -\-cursor \-insertborderwidth \-selectbackground \-takefocus -\-highlightbackground \-insertofftime \-selectborderwidth \-xscrollcommand -\-highlightcolor \-insertontime \-selectforeground \-yscrollcommand +\-background \-borderwidth \-cursor +\-highlightbackground \-highlightcolor \-highlightthickness +\-insertbackground \-insertborderwidth \-insertofftime +\-insertontime \-insertwidth \-relief +\-state \-selectbackground \-selectborderwidth +\-selectforeground \-takefocus \-xscrollcommand +\-yscrollcommand .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-closeenough closeEnough CloseEnough |