Home
last modified time | relevance | path

Searched refs:winfo_rooty (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/idlelib/
Dzoomheight.py84 maxrooty = top.winfo_rooty()
96 max_y_geom_rooty = top.winfo_rooty()
Dtooltip.py51 root_y = self.anchor_widget.winfo_rooty() + y
Dtextview.py126 y = parent.winfo_rooty() + (10 if not _htest else 100)
Dbrowser.py109 (root.winfo_rootx(), root.winfo_rooty() + 200))
Dhelp_about.py41 parent.winfo_rooty()+(30 if not _htest else 100)))
Dconfig_key.py90 parent.winfo_rooty() +
Dquery.py78 parent.winfo_rooty() +
Dautocomplete_w.py265 new_y = text.winfo_rooty() + y
Dconfigdialog.py73 y = parent.winfo_rooty() + (30 if not _htest else 150)
/third_party/python/Lib/tkinter/
Ddnd.py258 y_org = canvas.winfo_rooty()
Dsimpledialog.py241 y = parent.winfo_rooty() + (parent.winfo_height() - minheight) // 2
D__init__.py1202 def winfo_rooty(self): member in Misc