Home
last modified time | relevance | path

Searched refs:cancel_command (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/
Dfiledialog.py114 command=self.cancel_command)
117 self.top.protocol('WM_DELETE_WINDOW', self.cancel_command)
119 self.top.bind('<Alt-w>', self.cancel_command)
120 self.top.bind('<Alt-W>', self.cancel_command)
213 def cancel_command(self, event=None): member in FileDialog
/third_party/python/Doc/library/
Ddialog.rst133 .. method:: cancel_command(event=None)