diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-09-30 10:04:55 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-09-30 10:04:55 (GMT) |
commit | 0177b19f5667197d0c678ffaf89a09dc6b186ed8 (patch) | |
tree | 9a5198f4b1140e29055878db7278889c1c2875ee /doc | |
parent | bbb4e3d4aab67972c354b55d045c05d2bc949a03 (diff) | |
download | tk-0177b19f5667197d0c678ffaf89a09dc6b186ed8.zip tk-0177b19f5667197d0c678ffaf89a09dc6b186ed8.tar.gz tk-0177b19f5667197d0c678ffaf89a09dc6b186ed8.tar.bz2 |
One more suggestion: Use the value of -sashwidth as default for -proxyborderwidth. It's one pixel different from the current behavior (2 -> 3 pixels), but would be consistant with -proxyrelief vs -sashrelief.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/panedwindow.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n index ce7adc3..0060dcd 100644 --- a/doc/panedwindow.n +++ b/doc/panedwindow.n @@ -35,7 +35,7 @@ value of the \fB-background\fR option will be used. .OP \-proxyborderwidth proxyBorderWidth ProxyBorderWidth Specifies the borderwidth of the proxy. May be any value accepted by \fBTk_GetPixels\fR. If an empty string, the -value of the \fB-borderwidth\fR option will be used. +value of the \fB-sashwidth\fR option will be used. .OP \-proxyrelief proxyRelief ProxyRelief Relief to use when drawing the proxy. May be any of the standard Tk relief values. If an empty string, the value of the \fB-sashrelief\fR |