diff options
author | fvogel <fvogelnew1@free.fr> | 2017-04-03 21:27:57 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-04-03 21:27:57 (GMT) |
commit | df1022df3551f9d35619f0ef10258fbcc7ac0f6f (patch) | |
tree | 6e7cf6ee8269678033b4681aa9946284bdfe6a19 /doc/ttk_notebook.n | |
parent | b067e33b380775ccdb269def17dfb8699f22bf5a (diff) | |
download | tk-df1022df3551f9d35619f0ef10258fbcc7ac0f6f.zip tk-df1022df3551f9d35619f0ef10258fbcc7ac0f6f.tar.gz tk-df1022df3551f9d35619f0ef10258fbcc7ac0f6f.tar.bz2 |
Fix [d6fd19e4e5]: Documentation of ttk::notebook 'tabs' widget command clarificationbug_d6fd19e4e5
Diffstat (limited to 'doc/ttk_notebook.n')
-rw-r--r-- | doc/ttk_notebook.n | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ttk_notebook.n b/doc/ttk_notebook.n index 4d1b789..290a0c7 100644 --- a/doc/ttk_notebook.n +++ b/doc/ttk_notebook.n @@ -171,7 +171,8 @@ Otherwise, sets the \fI\-option\fRs to the corresponding \fIvalue\fRs. See \fBTAB OPTIONS\fR for the available options. .TP \fIpathname \fBtabs\fR -Returns the list of windows managed by the notebook. +Returns the list of windows managed by the notebook, in the index order of +their associated tabs. .SH "KEYBOARD TRAVERSAL" To enable keyboard traversal for a toplevel window containing a notebook widget \fI$nb\fR, call: |