Searched refs:__quit (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Tools/pynche/ |
D | PyncheWidget.py | 62 command=self.__quit, 100 modal and self.__bell or self.__quit) 106 root.bind('<Alt-q>', self.__quit) 107 root.bind('<Alt-Q>', self.__quit) 123 def __quit(self, event=None): member in PyncheWidget 132 self.__quit() 165 self.__helpwin = Helpwin(self.__root, self.__quit)
|
D | ListViewer.py | 34 root.bind('<Alt-q>', self.__quit) 35 root.bind('<Alt-Q>', self.__quit) 131 def __quit(self, event=None): member in ListViewer
|
D | TextViewer.py | 33 root.bind('<Alt-q>', self.__quit) 34 root.bind('<Alt-Q>', self.__quit) 118 def __quit(self, event=None): member in TextViewer
|
D | pyColorChooser.py | 104 q = Button(tk, text='Quit', command=self.__quit) 116 def __quit(self, event=None): member in Tester
|
D | DetailsViewer.py | 75 root.bind('<Alt-q>', self.__quit) 76 root.bind('<Alt-Q>', self.__quit) 160 def __quit(self, event=None): member in DetailsViewer
|
/external/python/cpython2/Tools/audiopy/ |
D | audiopy | 74 command=self.__quit, 92 root.protocol('WM_DELETE_WINDOW', self.__quit) 218 root.bind('<Alt-q>', self.__quit) 219 root.bind('<Alt-Q>', self.__quit) 252 def __quit(self, event=None): member in MainWindow 269 self.__helpwin = Helpwin(self.__tkroot, self.__quit)
|
/external/python/cpython2/Tools/webchecker/ |
D | wcgui.py | 146 self.__quit = Button(self.__controls, text="Quit", 148 self.__quit.pack(side=RIGHT)
|