Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DWindowList.py82 if self.wm_state() == "iconic":
/external/python/cpython3/Lib/idlelib/
Dwindows.py84 if self.wm_state() == "iconic":
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py16 cls.root.wm_state('normal')
/external/python/cpython3/Lib/tkinter/test/
Dsupport.py16 cls.root.wm_state('normal')
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1775 def wm_state(self, newstate=None): member in Wm
1779 state = wm_state
/external/python/cpython3/Lib/tkinter/
D__init__.py1972 def wm_state(self, newstate=None): member in Wm
1976 state = wm_state