Searched refs:winfo_height (Results 1 – 25 of 30) sorted by relevance
12
/external/python/cpython2/Lib/idlelib/ |
D | AutoCompleteWindow.py | 227 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()) - \
|
D | ToolTip.py | 44 y = self.button.winfo_rooty() + self.button.winfo_height() + 1
|
D | configSectionNameDialog.py | 36 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | configHelpSourceEdit.py | 41 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | keybindingDialog.py | 47 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | TreeWidget.py | 144 visible_height = self.canvas.winfo_height()
|
/external/python/cpython3/Lib/idlelib/ |
D | autocomplete_w.py | 235 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()) - \
|
D | tooltip.py | 63 return 20, self.anchor_widget.winfo_height() + 1
|
D | query.py | 79 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | config_key.py | 89 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | tree.py | 145 visible_height = self.canvas.winfo_height()
|
/external/python/cpython2/Lib/lib-tk/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) 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/ |
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)
|
/external/python/cpython2/Lib/lib-tk/ |
D | SimpleDialog.py | 44 m_height = master.winfo_height()
|
D | turtle.py | 406 cheight = self._canvas.winfo_height() 801 height = self.cv.winfo_height()
|
/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 68 m_height = master.winfo_height()
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 46 m_height = master.winfo_height()
|
/external/python/cpython2/Demo/turtle/ |
D | turtleDemo.py | 106 cheight = self._canvas.winfo_height()
|
/external/python/cpython3/Lib/turtledemo/ |
D | __main__.py | 200 cheight = self._canvas.winfo_height()
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_extensions.py | 186 width, height = x.master.winfo_width(), x.master.winfo_height()
|
D | test_widgets.py | 72 self.widget.winfo_height() // 2 451 height = self.combo.winfo_height()
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 193 width, height = x.master.winfo_width(), x.master.winfo_height()
|
D | test_widgets.py | 70 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/ |
D | unittestgui.py | 456 height = self.canvas.winfo_height()
|
/external/python/cpython2/Lib/ |
D | pydoc.py | 2200 self.minheight = self.window.winfo_height() 2294 self.bigheight = self.window.winfo_height()
|
12