diff options
author | fvogel <fvogelnew1@free.fr> | 2019-09-23 20:14:26 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-09-23 20:14:26 (GMT) |
commit | 59268f7a9d1587df2c62303ce3b969b78e30a16f (patch) | |
tree | da8f8e15fa90cbab04a99c7fae73994a472021ea /doc | |
parent | 797299a238c72e1add2fd56d9706346a46861e0a (diff) | |
download | tk-59268f7a9d1587df2c62303ce3b969b78e30a16f.zip tk-59268f7a9d1587df2c62303ce3b969b78e30a16f.tar.gz tk-59268f7a9d1587df2c62303ce3b969b78e30a16f.tar.bz2 |
Fix [a1d25b487e]: ttk::frame does not honor -borderwidth
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 |