Searched refs:cancel_command (Results 1 – 2 of 2) sorted by relevance
101 command=self.cancel_command)104 self.top.protocol('WM_DELETE_WINDOW', self.cancel_command)106 self.top.bind('<Alt-w>', self.cancel_command)107 self.top.bind('<Alt-W>', self.cancel_command)200 def cancel_command(self, event=None): member in FileDialog
106 command=self.cancel_command)109 self.top.protocol('WM_DELETE_WINDOW', self.cancel_command)111 self.top.bind('<Alt-w>', self.cancel_command)112 self.top.bind('<Alt-W>', self.cancel_command)205 def cancel_command(self, event=None): member in FileDialog