Home
last modified time | relevance | path

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

/third_party/python/Tools/pynche/
DPyncheWidget.py202 root.protocol('WM_DELETE_WINDOW', self.__withdraw)
207 root.bind('<Alt-w>', self.__withdraw)
208 root.bind('<Alt-W>', self.__withdraw)
239 def __withdraw(self, event=None): member in Helpwin