Import Tk 8.6.10
This commit is contained in:
@@ -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
|
||||
@@ -124,6 +126,8 @@ are:
|
||||
.PP
|
||||
\fB\-arrowcolor\fP \fIcolor\fP
|
||||
.br
|
||||
\fB\-arrowsize\fP \fIamount\fP
|
||||
.br
|
||||
\fB\-background\fP \fIcolor\fP
|
||||
.br
|
||||
\fB\-bordercolor\fP \fIcolor\fP
|
||||
|
||||
Reference in New Issue
Block a user