Searched refs:winfo_height (Results 1 – 16 of 16) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | autocomplete_w.py | 262 acw_width, acw_height = acw.winfo_width(), acw.winfo_height() 263 text_width, text_height = text.winfo_width(), text.winfo_height() 393 jump = self.listbox.nearest(self.listbox.winfo_height()) - \
|
D | tooltip.py | 63 return 20, self.anchor_widget.winfo_height() + 1
|
D | sidebar.py | 239 elif y > self.main_widget.winfo_height(): 240 self.text.yview_scroll(1 + y - self.main_widget.winfo_height(),
|
D | config_key.py | 91 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | query.py | 79 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | tree.py | 169 visible_height = self.canvas.winfo_height()
|
D | editor.py | 1037 if top == bot and text.winfo_height() == 1:
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_geometry_managers.py | 400 self.assertEqual(f2.winfo_height(), 120) 403 self.assertEqual(f2.winfo_height(), 60) 423 self.assertEqual(f2.winfo_height(), 40) 426 self.assertEqual(f2.winfo_height(), 60) 861 self.assertEqual(f.winfo_height(), 100) 867 self.assertEqual(f.winfo_height(), 100) 871 self.assertEqual(f.winfo_height(), 85)
|
/third_party/python/Lib/tkinter/ |
D | simpledialog.py | 241 y = parent.winfo_rooty() + (parent.winfo_height() - minheight) // 2
|
D | __init__.py | 1124 def winfo_height(self): member in Misc
|
/third_party/python/Lib/turtledemo/ |
D | __main__.py | 207 cheight = self._canvas.winfo_height()
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 179 width, height = x.master.winfo_width(), x.master.winfo_height()
|
D | test_widgets.py | 68 int(self.widget.winfo_height() / 2) 448 height = self.combo.winfo_height() 1123 height = self.spin.winfo_height() 1133 height = self.spin.winfo_height()
|
/third_party/python/Tools/unittestgui/ |
D | unittestgui.py | 455 height = self.canvas.winfo_height()
|
/third_party/python/Lib/ |
D | turtle.py | 383 cheight = self._canvas.winfo_height() 794 height = self.cv.winfo_height()
|
/third_party/python/Doc/library/ |
D | tkinter.rst | 434 :func:`winfo_x`, :func:`winfo_height`, :func:`winfo_viewable`. You'd find
|