Home
last modified time | relevance | path

Searched refs:winfo_toplevel (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dkill.py96 kill.winfo_toplevel().title('Tkinter Process Killer')
97 kill.winfo_toplevel().minsize(1, 1)
Dsvkill.py126 kill.winfo_toplevel().title('Tkinter Process Killer (SYSV)')
127 kill.winfo_toplevel().minsize(1, 1)
/external/python/cpython2/Demo/tix/samples/
DBalloon.py32 z = w.winfo_toplevel()
DSHList1.py30 z = w.winfo_toplevel()
DDirTree.py34 z = w.winfo_toplevel()
DPanedWin.py32 z = w.winfo_toplevel()
DDirList.py34 z = w.winfo_toplevel()
DSHList2.py33 z = w.winfo_toplevel()
/external/python/cpython2/Demo/tkinter/ttk/
Dtheme_selector.py48 top = self.winfo_toplevel()
/external/python/cpython3/Lib/idlelib/
Dsearchbase.py58 self.top.transient(text.winfo_toplevel())
Dconfigdialog.py692 self.cd = master.winfo_toplevel()
1351 self.cd = master.winfo_toplevel()
/external/python/cpython3/Lib/
Dturtle.py339 self._rootwindow = self.winfo_toplevel()
1001 rootwindow = cv.winfo_toplevel()
/external/python/cpython2/Demo/tix/
Dtixwidgets.py114 z = root.winfo_toplevel()
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py227 event.widget.winfo_toplevel().highlightTarget.set(elem)
/external/python/cpython2/Lib/lib-tk/
Dturtle.py362 self._rootwindow = self.winfo_toplevel()
DTkinter.py957 def winfo_toplevel(self): member in Misc
/external/python/cpython3/Lib/tkinter/
D__init__.py1222 def winfo_toplevel(self): member in Misc