diff options
author | fvogel <fvogelnew1@free.fr> | 2015-07-14 20:14:02 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-07-14 20:14:02 (GMT) |
commit | 20b7488986f15b25cf07e13a8ba98db65d2288fd (patch) | |
tree | 597112a2ffdb7e627fa7058088cf64d7f861cf83 /doc | |
parent | 69e335c589a30090cf64ea3a388b4d04f3d36248 (diff) | |
download | tk-20b7488986f15b25cf07e13a8ba98db65d2288fd.zip tk-20b7488986f15b25cf07e13a8ba98db65d2288fd.tar.gz tk-20b7488986f15b25cf07e13a8ba98db65d2288fd.tar.bz2 |
Bug [1247115fff] - Added -proxyrelief option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/panedwindow.n | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n index 53a7238..838587e 100644 --- a/doc/panedwindow.n +++ b/doc/panedwindow.n @@ -29,6 +29,9 @@ drawn as squares. May be any value accepted by \fBTk_GetPixels\fR. 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 values. .OP \-opaqueresize opaqueResize OpaqueResize Specifies whether panes should be resized as a sash is moved (true), or if resizing should be deferred until the sash is placed (false). |