Lines Matching refs:set
422 def set(self, value):
426 initialize = set
634 def set(self, value):
638 initialize = set
707 Returns the set value."""
709 'set', 'tk_strictMotif', boolean))
835 widget is omitted if it has the takefocus resource set
955 """Release grab for this widget if currently set."""
963 self.tk.call('grab', 'set', self._w)
971 self.tk.call('grab', 'set', '-global', self._w)
1383 set to this list. The bindtags determine in which order events are
2003 """Instruct the window manager to set the aspect ratio (width/height)
2128 Under Windows, the DEFAULT parameter can be used to set the icon
2129 for the widget and any descendants that don't have an icon set
2274 """Query or set the state of this widget as one of normal, icon,
3307 self.tk.call(self._w, 'selection', 'set', first, last)
3531 def set(self, value):
3533 self.tk.call(self._w, 'set', value)
3592 def set(self, first, last):
3595 self.tk.call(self._w, 'set', first, last)
3693 # right. Instead just set the command to build a list of triples
3735 edit redo commands or the user can set or clear the
3823 self.tk.call(self._w, 'mark', 'set', markName, index)
4011 self.__var.set(self.__value)
4021 the resource textvariable set to VARIABLE, the initially selected
4202 self.tk.call(self.name, 'transparency', 'set', x, y, boolean)