Searched refs:cancel_command (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DFileDialog.py101 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 class:FileDialog
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DFileDialog.py101 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 class:FileDialog
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py101 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 class:FileDialog
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py101 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 class:FileDialog

Completed in 153 milliseconds