diff options
author | fvogel <fvogelnew1@free.fr> | 2020-08-19 20:19:26 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-08-19 20:19:26 (GMT) |
commit | 8a379f340b71d82c193842252a85172c788248a6 (patch) | |
tree | f96629342265b62ef1d896db40f59367f65bd186 /doc/ttk_style.n | |
parent | d6c8d76f57d05b5e6a2e0216d19e3afd646607bc (diff) | |
download | tk-8a379f340b71d82c193842252a85172c788248a6.zip tk-8a379f340b71d82c193842252a85172c788248a6.tar.gz tk-8a379f340b71d82c193842252a85172c788248a6.tar.bz2 |
Comment out documentation of -border and -unit as layout options.
Diffstat (limited to 'doc/ttk_style.n')
-rw-r--r-- | doc/ttk_style.n | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/ttk_style.n b/doc/ttk_style.n index 5c7aa63..3c0f9ce 100644 --- a/doc/ttk_style.n +++ b/doc/ttk_style.n @@ -101,9 +101,10 @@ each element is allocated a parcel. 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. +.\" -border should remain undocumented for now (dubious usefulness) +.\" .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. @@ -119,17 +120,18 @@ one of \fBleft\fR, \fBright\fR, \fBtop\fR, or \fBbottom\fR. For instance, \fB\-side top\fR allocates the parcel along the top of the cavity having width and height respectively the width of the cavity and the height of the element. -If omitted, the allocated parcel is the entire cavity (same result +If omitted, the allocated parcel is the entire cavity (same effect as \fB\-expand\fR 1). .TP \fB\-sticky\fR \fB[\fInswe\fB]\fR 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. -.TP -\fB\-unit\fR \fIboolean\fR -Specifies whether the element propagates its state to its children. -Defaults to 0. +.\" -unit should remain undocumented for now (dubious usefulness) +.\" .TP +.\" \fB\-unit\fR \fIboolean\fR +.\" Specifies whether the element propagates its state to its children. +.\" Defaults to 0. .PP For example: .CS |