Lines Matching defs:set
3 This module provides classes to allow using Tk themed widget set.
411 or more states. If the default argument is set, it is used as
514 """If themename is None, returns the theme in use, otherwise, set
584 set according to the statespec flags and then a new state spec
715 def set(self, value):
717 self.tk.call(self._w, "set", value)
1033 set of mutually-exclusive options."""
1398 self.selection("set", items)
1416 def set(self, item, column=None, value=None):
1421 res = self.tk.call(self._w, "set", item, column, value)
1481 self._variable.set(from_)
1531 # value outside range, set value back to the last valid one
1546 """Set new scale value."""
1547 self._variable.set(val)
1559 the resource textvariable set to variable, the initially selected
1603 self._variable.set(default)