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