summaryrefslogtreecommitdiffstats
path: root/doc/panedwindow.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-08 12:44:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-08 12:44:36 (GMT)
commit140d3f094e4f173b1d6c757c3bcee4dbc6ed130a (patch)
tree7a4b149f38a502ea8a6c86a8935623541f5f0c04 /doc/panedwindow.n
parentc7881f1311665010dcf5da4bab4d7a5f3b0ca631 (diff)
parent0fd7498333267e04ada475c48f369451aa941a5e (diff)
downloadtk-140d3f094e4f173b1d6c757c3bcee4dbc6ed130a.zip
tk-140d3f094e4f173b1d6c757c3bcee4dbc6ed130a.tar.gz
tk-140d3f094e4f173b1d6c757c3bcee4dbc6ed130a.tar.bz2
TIP #437: Tk panedwindow options for proxy window
Diffstat (limited to 'doc/panedwindow.n')
-rw-r--r--doc/panedwindow.n10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n
index 48e4c41..e2c954a 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).