Home
last modified time | relevance | path

Searched refs:_windowingsystem (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/tkinter/
H A Dsimpledialog.py248 if w._windowingsystem == 'aqua':
261 if w._windowingsystem == "aqua":
264 elif w._windowingsystem == "x11":
H A D__init__.py920 if 'type' not in kw and self._windowingsystem == 'x11':
1023 if 'type' not in kw and self._windowingsystem == 'x11':
1515 def _windowingsystem(self): member in Misc
/third_party/python/Lib/idlelib/
H A Dquery.py65 if self._windowingsystem == 'aqua':
H A Dpyshell.py1457 if root._windowingsystem == 'x11':
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py80 if widget._windowingsystem != 'x11':

Completed in 13 milliseconds