diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-30 09:15:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-30 09:15:44 (GMT) |
commit | cf0b763ae6169a3440a7be0f9aa2b756955b6eb4 (patch) | |
tree | 2af4e7f9eab89ed7a6836d20e7b0dd64b02be000 /doc | |
parent | 310e0cb8c6d028661e1b9b3cc7644386d0f6e25d (diff) | |
download | tk-cf0b763ae6169a3440a7be0f9aa2b756955b6eb4.zip tk-cf0b763ae6169a3440a7be0f9aa2b756955b6eb4.tar.gz tk-cf0b763ae6169a3440a7be0f9aa2b756955b6eb4.tar.bz2 |
Bring panedwindow proxy behavior in line with TIP #437 description.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/panedwindow.n | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n index 6263d05..9ee79ec 100644 --- a/doc/panedwindow.n +++ b/doc/panedwindow.n @@ -30,13 +30,16 @@ 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 \-proxybackground proxyBackground ProxyBackground -Background color to use when drawing the proxy. +Background color to use when drawing the proxy. If an empty string, the +value of the \fB-background\fR option will be used. .OP \-proxyborderwidth proxyBorderWidth ProxyBorderWidth -Specifies the width of the proxy. May be any value accepted by -\fBTk_GetPixels\fR. +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. .OP \-proxyrelief proxyRelief ProxyRelief Relief to use when drawing the proxy. May be any of the standard Tk -relief values. +relief values. If an empty string, the value of the \fB-relief\fR +option will be used. .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). |