Searched refs:cancel_command (Results 1 – 2 of 2) sorted by relevance
114 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
133 .. method:: cancel_command(event=None)