Lines Matching defs:set
3 This module provides classes to allow using Tk themed widget set.
384 or more states. If the default argument is set, it is used as
489 """If themename is None, returns the theme in use, otherwise, set
557 set according to the statespec flags and then a new state spec
690 def set(self, value):
692 self.tk.call(self._w, "set", value)
1008 set of mutually-exclusive options."""
1145 def set(self, value):
1147 self.tk.call(self._w, "set", value)
1409 self._selection("set", items)
1427 def set(self, item, column=None, value=None):
1428 """Query or set the value of given item.
1432 value of the specified column. With three arguments, set the
1434 res = self.tk.call(self._w, "set", item, column, value)
1500 self._variable.set(from_)
1555 # value outside range, set value back to the last valid one
1571 self._variable.set(val)
1580 the resource textvariable set to variable, the initially selected
1628 self._variable.set(default)