Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
DFrameWork.py839 self.do_contentclick(local, modifiers, event)
841 def do_contentclick(self, local, modifiers, event): member in Window
893 self.do_contentclick(local, modifiers, event)
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py59 def do_contentclick(self, local, modifiers, evt): member in MlteWindow
/external/python/cpython2/Mac/Demo/textedit/
Dped.py94 def do_contentclick(self, local, modifiers, evt): member in TEWindow
/external/python/cpython2/Doc/library/
Dframework.rst226 .. method:: Window.do_contentclick(local, modifiers, event)