diff options
author | fvogel <fvogelnew1@free.fr> | 2017-04-07 20:10:01 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-04-07 20:10:01 (GMT) |
commit | b615490bc2c2b30d43996608e3441f65c5389f8e (patch) | |
tree | 057671c98666cb1ef429aebbd7f3dae2e03c2a7a | |
parent | 0df0b52efea0f84d37f058d5eb5034a1bbc3151a (diff) | |
parent | df1022df3551f9d35619f0ef10258fbcc7ac0f6f (diff) | |
download | tk-b615490bc2c2b30d43996608e3441f65c5389f8e.zip tk-b615490bc2c2b30d43996608e3441f65c5389f8e.tar.gz tk-b615490bc2c2b30d43996608e3441f65c5389f8e.tar.bz2 |
Fix [d6fd19e4e5]: Documentation of ttk::notebook 'tabs' widget command clarification
-rw-r--r-- | doc/ttk_notebook.n | 3 | ||||
-rw-r--r-- | doc/ttk_panedwindow.n | 3 |
2 files changed, 4 insertions, 2 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: diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n index 29fca1d..4ba42bc 100644 --- a/doc/ttk_panedwindow.n +++ b/doc/ttk_panedwindow.n @@ -91,7 +91,8 @@ If one \fI\-option\fR is specified, returns the value of that \fIoption\fR. Otherwise, sets the \fI\-option\fRs to the corresponding \fIvalue\fRs. .TP \fIpathname \fBpanes\fR -Returns the list of all windows managed by the widget. +Returns the list of all windows managed by the widget, in the index order of +their associated panes. .TP \fIpathname \fBsashpos \fIindex\fR ?\fInewpos\fR? If \fInewpos\fR is specified, sets the position |