Home | History | Annotate | Download | only in lib-tk

Lines Matching full:newindex

707     def current(self, newindex=None):
708 """If newindex is supplied, sets the combobox value to the
709 element at position newindex in the list of values. Otherwise,
712 return self.tk.call(self._w, "current", newindex)