Home
last modified time | relevance | path

Searched refs:winfo_height (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dautocomplete_w.py257 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 Dtooltip.py63 return 20, self.anchor_widget.winfo_height() + 1
H A Dsidebar.py239 elif y > self.main_widget.winfo_height():
240 self.text.yview_scroll(1 + y - self.main_widget.winfo_height(),
H A Dquery.py79 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
H A Dconfig_key.py306 ((parent.winfo_height()//2 - self.winfo_reqheight()//2)
H A Dtree.py169 visible_height = self.canvas.winfo_height()
H A Deditor.py1093 if top == bot and text.winfo_height() == 1:
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py401 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 Dsimpledialog.py241 y = parent.winfo_rooty() + (parent.winfo_height() - minheight) // 2
H A D__init__.py1151 def winfo_height(self): member in Misc
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py179 width, height = x.master.winfo_width(), x.master.winfo_height()
H A Dtest_widgets.py68 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__.py207 cheight = self.canvas.winfo_height()
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py455 height = self.canvas.winfo_height()
/third_party/python/Lib/
H A Dturtle.py384 cheight = self._canvas.winfo_height()
794 height = self.cv.winfo_height()

Completed in 23 milliseconds