Lines Matching refs:edit
2961 def edit(self, *args):
2967 follows the edit argument. The following forms
2974 return self.tk.call(self._w, 'edit', *args)
2980 flag of the widget. The insert, delete, edit undo and
2981 edit redo commands or the user can set or clear the
2985 return self.edit("modified", arg)
2988 """Redo the last undone edit
2995 return self.edit("redo")
3000 return self.edit("reset")
3007 return self.edit("separator")
3010 """Undoes the last edit action
3012 If the undo option is true. An edit action is defined
3018 return self.edit("undo")