Searched refs:winfo_height (Results 1 – 25 of 31) 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 | 248 acw_width, acw_height = acw.winfo_width(), acw.winfo_height() 249 text_width, text_height = text.winfo_width(), text.winfo_height() 374 jump = self.listbox.nearest(self.listbox.winfo_height()) - \
|
D | tooltip.py | 63 return 20, self.anchor_widget.winfo_height() + 1
|
D | config_key.py | 89 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | sidebar.py | 260 if not 0 <= last_y <= self.sidebar_text.winfo_height():
|
D | query.py | 83 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
|
D | tree.py | 169 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()
|
/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 69 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/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 190 width, height = x.master.winfo_width(), x.master.winfo_height()
|
D | test_widgets.py | 69 int(self.widget.winfo_height() / 2) 453 height = self.combo.winfo_height() 1132 height = self.spin.winfo_height() 1142 height = self.spin.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/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