Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DTkinter.py648 if 'type' not in kw and self._windowingsystem == 'x11':
739 if 'type' not in kw and self._windowingsystem == 'x11':
1159 def _windowingsystem(self): member in Misc
/external/python/cpython3/Lib/tkinter/
D__init__.py860 if 'type' not in kw and self._windowingsystem == 'x11':
963 if 'type' not in kw and self._windowingsystem == 'x11':
1451 def _windowingsystem(self): member in Misc
/external/python/cpython3/Lib/idlelib/
Dpyshell.py1326 if root._windowingsystem == 'x11':
/external/python/cpython2/Lib/idlelib/
DPyShell.py1413 if root._windowingsystem == 'x11':