Lines Matching defs:current
436 """Create a new element in the current theme of given etype."""
443 """Returns the list of elements defined in the current theme."""
472 """Temporarily sets the current theme to themename, apply specified
490 the current theme to themename, refreshes all widgets and emits
680 def current(self, newindex=None):
683 returns the index of the current value in the list of values
684 or -1 if the current value does not appear in the list."""
686 return self.tk.getint(self.tk.call(self._w, "current"))
687 return self.tk.call(self._w, "current", newindex)
801 * The string "current", which identifies the
1066 """Get the current value of the value option, or the value
1241 returns the current focus item, or '' if there is none."""
1330 the current number of children, it is inserted at the end. If iid
1431 for the specified item. With two arguments, return the current
1480 current value.
1565 """Return current scale value."""