Lines Matching refs:end
2366 end the application of this Tcl interpreter."""
2713 normal colors. At the end of the flash the button is left
3017 """Adjust the end of the selection near the cursor of an item TAGORID to index."""
3025 """Set the fixed end of a selection in item TAGORID to INDEX."""
3033 """Set the variable end of a selection in item TAGORID to INDEX."""
3135 """Adjust the end of the selection near the cursor to INDEX."""
3147 """Set the fixed end of a selection to INDEX."""
3160 def selection_range(self, start, end):
3162 self.tk.call(self._w, 'selection', 'range', start, end)
3167 """Set the variable end of a selection to INDEX."""
3285 """Set the fixed end oft the selection to INDEX."""
3588 """Return the current fractional values (upper and lower end)
3840 have the same start and end line as the parent widget, but
3943 """Return a list of start and end index for the first sequence of
3950 """Return a list of start and end index for the first sequence of
4353 """Locate the end of the selection nearest to the character
4356 Then adjust that end of the selection to be at index
4358 end of the selection is made the anchor point for future
4383 """Set the fixed end of a selection to INDEX."""
4392 def selection_range(self, start, end):
4394 self.selection('range', start, end)
4397 """Set the variable end of a selection to INDEX."""