Lines Matching defs:edit
3715 def edit(self, *args):
3721 follows the edit argument. The following forms
3728 return self.tk.call(self._w, 'edit', *args)
3734 flag of the widget. The insert, delete, edit undo and
3735 edit redo commands or the user can set or clear the
3739 return self.edit("modified", arg)
3742 """Redo the last undone edit
3749 return self.edit("redo")
3754 return self.edit("reset")
3761 return self.edit("separator")
3764 """Undoes the last edit action
3766 If the undo option is true. An edit action is defined
3772 return self.edit("undo")