Home | History | Annotate | Download | only in tkinter

Lines Matching defs:replace

1237         it will replace the previous function.
1256 it will replace the previous function. See bind for the return value."""
1267 whether it will replace the previous function. See bind for
2445 replace the previous function. See bind for the return value."""
3299 def replace(self, index1, index2, chars, *args): # new in Tk 8.5
3305 self.tk.call(self._w, 'replace', index1, index2, chars, *args)
3352 replace the previous function. See bind for the return value."""