Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DTkinter.py642 if 'type' not in kw and self._windowingsystem == 'x11':
733 if 'type' not in kw and self._windowingsystem == 'x11':
1154 def _windowingsystem(self): member in Misc
/external/python/cpython3/Lib/tkinter/
D__init__.py795 if 'type' not in kw and self._windowingsystem == 'x11':
886 if 'type' not in kw and self._windowingsystem == 'x11':
1301 def _windowingsystem(self): member in Misc
/external/python/cpython3/Lib/idlelib/
Dpyshell.py1310 if root._windowingsystem == 'x11':
/external/python/cpython2/Lib/idlelib/
DPyShell.py1413 if root._windowingsystem == 'x11':