diff options
author | fvogelnew1@free.fr <fvogel> | 2015-07-14 20:21:38 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2015-07-14 20:21:38 (GMT) |
commit | 37b62056b96ab93d94e736297ab52eb9c2b6bb7f (patch) | |
tree | 39799a4d543256bd14f61e517b8d1a96e5f54e4c | |
parent | 25353f117ffef51923ad5428f8f38f3e12f15882 (diff) | |
download | tk-37b62056b96ab93d94e736297ab52eb9c2b6bb7f.zip tk-37b62056b96ab93d94e736297ab52eb9c2b6bb7f.tar.gz tk-37b62056b96ab93d94e736297ab52eb9c2b6bb7f.tar.bz2 |
Fixed extra spacebug_1247115fff
-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 838587e..b9df08e 100644 --- a/doc/panedwindow.n +++ b/doc/panedwindow.n @@ -30,7 +30,7 @@ Specifies a desired height for the overall panedwindow widget. May be any value accepted by \fBTk_GetPixels\fR. If an empty string, the widget will be made high enough to allow all contained widgets to have their natural height. .OP \-proxyrelief proxyRelief ProxyRelief -Relief to use when drawing the proxy. May be any of the standard Tk +Relief to use when drawing the proxy. May be any of the standard Tk relief values. .OP \-opaqueresize opaqueResize OpaqueResize Specifies whether panes should be resized as a sash is moved (true), |