diff options
author | fvogel <fvogelnew1@free.fr> | 2019-09-29 08:25:27 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-09-29 08:25:27 (GMT) |
commit | f4eebe69077c2bb69befe15f32b648323da55184 (patch) | |
tree | 2a2805232de74379d0dd03a223cc350256ce49c5 /doc | |
parent | 8af92a82ec9b2a28d3de7125d9591a5657f605b0 (diff) | |
parent | 2e74202663ab2e8d3a0c2956596d5f15ae96b8bc (diff) | |
download | tk-f4eebe69077c2bb69befe15f32b648323da55184.zip tk-f4eebe69077c2bb69befe15f32b648323da55184.tar.gz tk-f4eebe69077c2bb69befe15f32b648323da55184.tar.bz2 |
Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding information in the documentation of ttk::frame
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_frame.n | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n index 572f10c..b02035e 100644 --- a/doc/ttk_frame.n +++ b/doc/ttk_frame.n @@ -23,6 +23,7 @@ together. .SH "WIDGET-SPECIFIC OPTIONS" .OP \-borderwidth borderWidth BorderWidth The desired width of the widget border. Defaults to 0. +May be ignored depending on the theme used. .OP \-relief relief Relief One of the standard Tk border styles: \fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR, @@ -53,6 +54,8 @@ The class name for a \fBttk::frame\fP is \fBTFrame\fP. are: .PP \fB\-background\fP \fIcolor\fP +.br +\fB\-relief\fP \fIrelief\fP .PP Some options are only available for specific themes. .PP |