Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/idlelib/
DAutoCompleteWindow.py227 acw_width, acw_height = acw.winfo_width(), acw.winfo_height()
228 text_width, text_height = text.winfo_width(), text.winfo_height()
323 jump = self.listbox.nearest(self.listbox.winfo_height()) - \
DToolTip.py44 y = self.button.winfo_rooty() + self.button.winfo_height() + 1
DconfigSectionNameDialog.py36 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
DconfigHelpSourceEdit.py41 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
DkeybindingDialog.py47 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
DTreeWidget.py144 visible_height = self.canvas.winfo_height()
/external/python/cpython3/Lib/idlelib/
Dautocomplete_w.py235 acw_width, acw_height = acw.winfo_width(), acw.winfo_height()
236 text_width, text_height = text.winfo_width(), text.winfo_height()
358 jump = self.listbox.nearest(self.listbox.winfo_height()) - \
Dtooltip.py63 return 20, self.anchor_widget.winfo_height() + 1
Dquery.py79 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Dconfig_key.py89 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Dtree.py145 visible_height = self.canvas.winfo_height()
/external/python/cpython2/Lib/lib-tk/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)
848 self.assertEqual(f.winfo_height(), 100)
854 self.assertEqual(f.winfo_height(), 100)
858 self.assertEqual(f.winfo_height(), 85)
/external/python/cpython3/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)
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py44 m_height = master.winfo_height()
Dturtle.py406 cheight = self._canvas.winfo_height()
801 height = self.cv.winfo_height()
/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py68 m_height = master.winfo_height()
/external/python/cpython2/Tools/webchecker/
Dtktools.py46 m_height = master.winfo_height()
/external/python/cpython2/Demo/turtle/
DturtleDemo.py106 cheight = self._canvas.winfo_height()
/external/python/cpython3/Lib/turtledemo/
D__main__.py200 cheight = self._canvas.winfo_height()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_extensions.py186 width, height = x.master.winfo_width(), x.master.winfo_height()
Dtest_widgets.py72 self.widget.winfo_height() // 2
451 height = self.combo.winfo_height()
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_extensions.py193 width, height = x.master.winfo_width(), x.master.winfo_height()
Dtest_widgets.py70 int(self.widget.winfo_height() / 2)
454 height = self.combo.winfo_height()
1133 height = self.spin.winfo_height()
1142 height = self.spin.winfo_height()
/external/python/cpython3/Tools/unittestgui/
Dunittestgui.py456 height = self.canvas.winfo_height()
/external/python/cpython2/Lib/
Dpydoc.py2200 self.minheight = self.window.winfo_height()
2294 self.bigheight = self.window.winfo_height()

12