diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-18 13:07:51 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-18 13:07:51 (GMT) |
commit | 3da09c84b4332bce4d4481fdfdd66290d9149b0f (patch) | |
tree | 0acd7e1cd0fc0201408021a94dd7fd9f73ad124e /doc | |
parent | bc28be1c5f445a8cfa92f2d70643a7e99856f677 (diff) | |
download | tk-3da09c84b4332bce4d4481fdfdd66290d9149b0f.zip tk-3da09c84b4332bce4d4481fdfdd66290d9149b0f.tar.gz tk-3da09c84b4332bce4d4481fdfdd66290d9149b0f.tar.bz2 |
Document -border and -unit options for ttk layouts.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_style.n | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ttk_style.n b/doc/ttk_style.n index 931e290..5c7aa63 100644 --- a/doc/ttk_style.n +++ b/doc/ttk_style.n @@ -102,6 +102,9 @@ Then the parcel actually used by the element is adjusted within the allocated parcel. Valid options are: .TP +\fB\-border\fR \fIboolean\fR +Specifies whether the element is drawn after its children. Defaults to 0. +.TP \fB\-children { \fIsublayout...\fB }\fR Specifies a list of elements to place inside the element. .TP @@ -123,7 +126,10 @@ as \fB\-expand\fR 1). Specifies the actual parcel position and size inside the allocated parcel. If specified as an empty string then the actual parcel is centered in the allocated parcel. Default is \fBnswe\fR. -.\" Also: -border, -unit: may go away. +.TP +\fB\-unit\fR \fIboolean\fR +Specifies whether the element propagates its state to its children. +Defaults to 0. .PP For example: .CS |