Lines Matching refs:redo
8 #$ event <<redo>>
32 self.unbind("<<redo>>")
37 self.bind("<<redo>>", self.redo_event)
90 # undo & redo. Nested matching calls are OK, and the inner calls
155 cmd.redo(self.delegate)
186 def redo(self, text):
224 def redo(self, text):
229 ##sys.__stderr__.write("redo: %s\n" % self)
285 def redo(self, text):
290 ##sys.__stderr__.write("redo: %s\n" % self)
324 def redo(self, text):
326 cmd.redo(text)
356 redo = Button(undowin, text="Redo", command=lambda:d.redo_event(None))
357 redo.pack(side='left')