summaryrefslogtreecommitdiffstats
path: root/doc/ttk_combobox.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-05-26 18:38:14 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-05-26 18:38:14 (GMT)
commitaea299e392c37984bf1ded9e99b1299c559ff9cb (patch)
treee32decce372f373f5a7918d4453751c88f7b1d7c /doc/ttk_combobox.n
parentb4cc27df599020f49f57d39aa9b384deedea3877 (diff)
parentbd4341f10b3d578fa90169f24e61d8db933d680d (diff)
downloadtk-aea299e392c37984bf1ded9e99b1299c559ff9cb.zip
tk-aea299e392c37984bf1ded9e99b1299c559ff9cb.tar.gz
tk-aea299e392c37984bf1ded9e99b1299c559ff9cb.tar.bz2
Merge implementation of TIP #541 following positive vote by the TCT.
Diffstat (limited to 'doc/ttk_combobox.n')
-rw-r--r--doc/ttk_combobox.n4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ttk_combobox.n b/doc/ttk_combobox.n
index b8fd2bc..9d0bcc6 100644
--- a/doc/ttk_combobox.n
+++ b/doc/ttk_combobox.n
@@ -67,7 +67,9 @@ The following subcommands are possible for combobox widgets:
.TP
\fIpathName \fBcurrent\fR ?\fInewIndex\fR?
If \fInewIndex\fR is supplied, sets the combobox value
-to the element at position \fInewIndex\fR in the list of \fB\-values\fR.
+to the element at position \fInewIndex\fR in the list of \fB\-values\fR
+(in addition to integers, the \fBend\fR index is supported and indicates
+the last element of the list).
Otherwise, returns the index of the current value in the list of
\fB\-values\fR or \fB\-1\fR if the current value does not appear in the list.
.TP