Searched refs:winfo_rooty (Results 1 – 12 of 12) sorted by relevance
84 maxrooty = top.winfo_rooty()96 max_y_geom_rooty = top.winfo_rooty()
51 root_y = self.anchor_widget.winfo_rooty() + y
126 y = parent.winfo_rooty() + (10 if not _htest else 100)
109 (root.winfo_rootx(), root.winfo_rooty() + 200))
41 parent.winfo_rooty()+(30 if not _htest else 100)))
90 parent.winfo_rooty() +
78 parent.winfo_rooty() +
265 new_y = text.winfo_rooty() + y
73 y = parent.winfo_rooty() + (30 if not _htest else 150)
258 y_org = canvas.winfo_rooty()
241 y = parent.winfo_rooty() + (parent.winfo_height() - minheight) // 2
1202 def winfo_rooty(self): member in Misc