diff options
author | fvogel <fvogelnew1@free.fr> | 2017-04-17 20:05:40 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-04-17 20:05:40 (GMT) |
commit | 9d8ed174817d0089973eed8f10c4ffe3a0688843 (patch) | |
tree | 1c91681ed209ac30e3970a9d65b4ba44d7c0ba03 /doc/ttk_notebook.n | |
parent | eaa23c291c52982f58b43348d587ada673ca40a0 (diff) | |
parent | 1968863f75b3da0064901b758bbafe953fbf0bc7 (diff) | |
download | tk-9d8ed174817d0089973eed8f10c4ffe3a0688843.zip tk-9d8ed174817d0089973eed8f10c4ffe3a0688843.tar.gz tk-9d8ed174817d0089973eed8f10c4ffe3a0688843.tar.bz2 |
Fix [3602901fff]: Documentation of -padding and -border in ttk
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 |