diff options
author | fvogel <fvogelnew1@free.fr> | 2017-04-07 21:24:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-04-07 21:24:24 (GMT) |
commit | b3e6b7a7749a87530a1ac0d0084e7af0c597d4a4 (patch) | |
tree | ee046fd0e4a65c19a4635910a1f36827bd3a452a /doc/ttk_notebook.n | |
parent | 17c32d1409654dce68c130afcccbe39a9dc34294 (diff) | |
download | tk-b3e6b7a7749a87530a1ac0d0084e7af0c597d4a4.zip tk-b3e6b7a7749a87530a1ac0d0084e7af0c597d4a4.tar.gz tk-b3e6b7a7749a87530a1ac0d0084e7af0c597d4a4.tar.bz2 |
Factorized documentation of -padding as much as possible, and clarified documentation of -border in the same way as for -padding
Diffstat (limited to 'doc/ttk_notebook.n')
-rw-r--r-- | doc/ttk_notebook.n | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ttk_notebook.n b/doc/ttk_notebook.n index 290a0c7..e2ae137 100644 --- a/doc/ttk_notebook.n +++ b/doc/ttk_notebook.n @@ -41,6 +41,9 @@ If fewer than four elements are specified, \fIbottom\fR defaults to \fItop\fR, \fIright\fR defaults to \fIleft\fR, and \fItop\fR defaults to \fIleft\fR. +In other words, a list of three numbers specify the left, vertical, and right padding; +a list of two numbers specify the horizontal and the vertical padding; +a single number specifies the same padding all the way around the widget. .OP \-width width Width If present and greater than zero, specifies the desired width of the pane area |