summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-03-13 15:04:35 +0000
committerforsyth <forsyth@vitanuova.com>2010-03-13 15:04:35 +0000
commitd0e1d143ef6f03c75c008c7ec648859dd260cbab (patch)
tree198b82f03eb761101a5af0a797bbd554e74b78b1 /man
parent5d1ea71a9f825862284589cbb5ef5d6e6a9bd48e (diff)
20100313-1504
Diffstat (limited to 'man')
-rw-r--r--man/9/canvas11
-rw-r--r--man/9/scrollbar9
2 files changed, 6 insertions, 14 deletions
diff --git a/man/9/canvas b/man/9/canvas
index 6941cba0..6299248d 100644
--- a/man/9/canvas
+++ b/man/9/canvas
@@ -19,7 +19,7 @@ Defaults to 1.0.
.B -confine \fIboolean\fP
Specifies a boolean value that indicates whether or not it should be
allowable to set the canvas's view outside the region defined by the
-\f5scrollRegion\fR argument.
+\f5scrollregion\fR option.
Defaults to true, which means that the view will
be constrained within the scroll region.
.TP
@@ -1342,10 +1342,11 @@ the canvas widget or a child of some ancestor of the canvas widget.
\fIPathName\fR may not refer to a top-level window.
.SH BINDINGS
-In the current implementation, new canvases are not given any
-default behaviour: you'll have to execute explicit Tk commands
-to give the canvas its behaviour.
-
+New canvases are not given any
+default behaviour.
+Use
+.IR bind (2)
+commands to give the canvas its behaviour.
.SH CREDITS
Tk's canvas widget is a blatant ripoff of ideas from Joel Bartlett's
\fIezd\fR program. \fIEzd\fR provides structured graphics in a Scheme
diff --git a/man/9/scrollbar b/man/9/scrollbar
index b7fe9ea4..d22f3db1 100644
--- a/man/9/scrollbar
+++ b/man/9/scrollbar
@@ -28,15 +28,6 @@ horizontal scrolling) or \f5yview\fR (for vertical scrolling).
All scrollable widgets have \f5xview\fR and \f5yview\fR commands
that take exactly the additional arguments appended by the scrollbar
as described in SCROLLING COMMANDS below.
-.ig
-DEPRECATED
-.TP
-.B -elementborderwidth \fIdist\fP
-Specifies the width of borders drawn around the internal elements
-of the scrollbar (the two arrows and the slider).
-If this value is less than zero, the value of the \f5borderwidth\fR
-option is used in its place.
-..
.TP
.B -height \fIdist\fP
Specifies a desired height for the scrollbar.