Home
last modified time | relevance | path

Searched refs:winfo_height (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/idlelib/
Dautocomplete_w.py262 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()) - \
Dtooltip.py63 return 20, self.anchor_widget.winfo_height() + 1
Dsidebar.py239 elif y > self.main_widget.winfo_height():
240 self.text.yview_scroll(1 + y - self.main_widget.winfo_height(),
Dconfig_key.py91 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Dquery.py79 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Dtree.py169 visible_height = self.canvas.winfo_height()
Deditor.py1037 if top == bot and text.winfo_height() == 1:
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_geometry_managers.py400 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/
Dsimpledialog.py241 y = parent.winfo_rooty() + (parent.winfo_height() - minheight) // 2
D__init__.py1124 def winfo_height(self): member in Misc
/third_party/python/Lib/turtledemo/
D__main__.py207 cheight = self._canvas.winfo_height()
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_extensions.py179 width, height = x.master.winfo_width(), x.master.winfo_height()
Dtest_widgets.py68 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/
Dunittestgui.py455 height = self.canvas.winfo_height()
/third_party/python/Lib/
Dturtle.py383 cheight = self._canvas.winfo_height()
794 height = self.cv.winfo_height()
/third_party/python/Doc/library/
Dtkinter.rst434 :func:`winfo_x`, :func:`winfo_height`, :func:`winfo_viewable`. You'd find