Searched refs:winfo_height (Results 1 - 15 of 15) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | autocomplete_w.py | 257 acw_width, acw_height = acw.winfo_width(), acw.winfo_height() 258 text_width, text_height = text.winfo_width(), text.winfo_height() 389 jump = self.listbox.nearest(self.listbox.winfo_height()) - \
|
H A D | tooltip.py | 63 return 20, self.anchor_widget.winfo_height() + 1
|
H A D | sidebar.py | 239 elif y > self.main_widget.winfo_height(): 240 self.text.yview_scroll(1 + y - self.main_widget.winfo_height(),
|
H A D | query.py | 79 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
H A D | config_key.py | 306 ((parent.winfo_height()//2 - self.winfo_reqheight()//2)
|
H A D | tree.py | 169 visible_height = self.canvas.winfo_height()
|
H A D | editor.py | 1093 if top == bot and text.winfo_height() == 1:
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_geometry_managers.py | 401 self.assertEqual(f2.winfo_height(), 120) 404 self.assertEqual(f2.winfo_height(), 60) 424 self.assertEqual(f2.winfo_height(), 40) 427 self.assertEqual(f2.winfo_height(), 60) 856 self.assertEqual(f.winfo_height(), 100) 862 self.assertEqual(f.winfo_height(), 100) 866 self.assertEqual(f.winfo_height(), 85)
|
/third_party/python/Lib/tkinter/ |
H A D | simpledialog.py | 241 y = parent.winfo_rooty() + (parent.winfo_height() - minheight) // 2
|
H A D | __init__.py | 1151 def winfo_height(self): member in Misc
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_extensions.py | 179 width, height = x.master.winfo_width(), x.master.winfo_height()
|
H A D | test_widgets.py | 68 int(self.widget.winfo_height() / 2) 463 height = self.combo.winfo_height() 1137 height = self.spin.winfo_height() 1147 height = self.spin.winfo_height()
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 207 cheight = self.canvas.winfo_height()
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 455 height = self.canvas.winfo_height()
|
/third_party/python/Lib/ |
H A D | turtle.py | 384 cheight = self._canvas.winfo_height() 794 height = self.cv.winfo_height()
|
Completed in 23 milliseconds