Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:set

225             self.set(value)
227 self.set(self._default)
234 def set(self, value):
235 """Set the variable to VALUE."""
311 def set(self, value):
312 """Set the variable to value, converting booleans to integers."""
315 return Variable.set(self, value)
400 """Set Tcl internal variable, whether the look and feel
405 Returns the set value."""
407 'set', 'tk_strictMotif', boolean))
412 """Set a new color scheme for all widget elements.
450 """Set Tcl variable NAME to VALUE."""
508 widget is omitted if it has the takefocus resource set
612 """Release grab for this widget if currently set."""
615 """Set grab for this widget.
619 self.tk.call('grab', 'set', self._w)
621 """Set global grab for this widget.
626 self.tk.call('grab', 'set', '-global', self._w)
634 """Set a VALUE (second parameter) for an option
969 """Set or get the list of bindtags for this widget.
973 set to this list. The bindtags determine in which order events are
1282 """Set or get the status for propagation of geometry information.
1380 """Set or get the status for propagation of geometry information.
1525 """Instruct the window manager to set the aspect ratio (width/height)
1582 """Set focus model to MODEL. "active" means that this widget will claim
1592 """Set geometry to NEWGEOMETRY of the form =widthxheight+x+y. Return
1608 """Set the group leader widgets for related widgets to PATHNAME. Return
1613 """Set bitmap for the iconified widget to BITMAP. Return
1616 Under Windows, the DEFAULT parameter can be used to set the icon
1617 for the widget and any descendents that don't have an icon set
1631 """Set mask for the icon bitmap of this widget. Return the
1636 """Set
1641 """Set the position of the icon of this widget to X and Y. Return
1647 """Set widget PATHNAME to be displayed instead of icon. Return the current
1652 """Set max WIDTH and HEIGHT for this widget. If the window is gridded
1659 """Set min WIDTH and HEIGHT for this widget. If the window is gridded
1701 """Query or set the state of this widget as one of normal, icon,
1706 """Set the title of this widget."""
2321 """Set focus to the first item specified in ARGS."""
2328 """Set cursor at position POS in the item identified by TAGORID.
2393 """Set the fixed end of a selection in item TAGORID to INDEX."""
2399 """Set the variable end of a selection in item TAGORID to INDEX."""
2481 """Set the fixed end of a selection to INDEX."""
2491 """Set the selection from START to END (not included)."""
2495 """Set the variable end of a selection to INDEX."""
2597 """Set the fixed end oft the selection to INDEX."""
2611 """Set the selection from FIRST to LAST (not included) without
2613 self.tk.call(self._w, 'selection', 'set', first, last)
2810 def set(self, value):
2811 """Set the value to VALUE."""
2812 self.tk.call(self._w, 'set', value)
2857 def set(self, *args):
2858 """Set the fractional values of the slider position (upper and
2860 self.tk.call((self._w, 'set') + args)
2939 # right. Instead just set the command to build a list of triples
2977 """Get or Set the modified flag
2981 edit redo commands or the user can set or clear the
3059 """Set mark MARKNAME before the character at INDEX."""
3060 self.tk.call(self._w, 'mark', 'set', markName, index)
3198 self.__var.set(self.__value)
3206 the resource textvariable set to VARIABLE, the initially selected