diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-08 12:14:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-08 12:14:14 (GMT) |
commit | 0fd7498333267e04ada475c48f369451aa941a5e (patch) | |
tree | f0af26a54f899c28151ccbeabf0fe5bc5a8cd5ed /doc | |
parent | f87593b772ee7134676c3a73f132bd8b8bf592e9 (diff) | |
parent | 009394840a93391fb574b4cbc7a9eb114ee3da7b (diff) | |
download | tk-0fd7498333267e04ada475c48f369451aa941a5e.zip tk-0fd7498333267e04ada475c48f369451aa941a5e.tar.gz tk-0fd7498333267e04ada475c48f369451aa941a5e.tar.bz2 |
TIP #437: Tk panedwindow options for proxy window
Diffstat (limited to 'doc')
-rw-r--r-- | doc/panedwindow.n | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n index 53a7238..33e1e12 100644 --- a/doc/panedwindow.n +++ b/doc/panedwindow.n @@ -29,6 +29,16 @@ 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 \-proxybackground proxyBackground ProxyBackground +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 borderwidth of the proxy. May be any value accepted by +\fBTk_GetPixels\fR. +.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 +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). |