diff options
author | fvogel <fvogelnew1@free.fr> | 2017-04-07 20:10:22 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-04-07 20:10:22 (GMT) |
commit | 363b4f5da3ca7631595eae18ba0490364c3680ad (patch) | |
tree | fb6e419423482f4805b2e9ec445031b7cd5383ac | |
parent | 32acb2810ec1c33b9ed9851c6432292a15725e2f (diff) | |
parent | b615490bc2c2b30d43996608e3441f65c5389f8e (diff) | |
download | tk-363b4f5da3ca7631595eae18ba0490364c3680ad.zip tk-363b4f5da3ca7631595eae18ba0490364c3680ad.tar.gz tk-363b4f5da3ca7631595eae18ba0490364c3680ad.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 |