Home
last modified time | relevance | path

Searched refs:winfo_width (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py390 self.assertEqual(f2.winfo_width(), 120)
393 self.assertEqual(f2.winfo_width(), 30)
412 self.assertEqual(f2.winfo_width(), 75)
415 self.assertEqual(f2.winfo_width(), 30)
855 self.assertEqual(f.winfo_width(), 100)
861 self.assertEqual(f.winfo_width(), 100)
865 self.assertEqual(f.winfo_width(), 75)
/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()
H A Dsqueezer.py128 dangerous_line_len = 50 * self.text.winfo_width()
H A Dquery.py77 (parent.winfo_width()/2 - self.winfo_reqwidth()/2),
H A Dconfig_key.py304 (parent.winfo_width()//2 - self.winfo_reqwidth()//2))
H A Dconfigdialog.py2401 if interior.winfo_reqwidth() != canvas.winfo_width():
2403 canvas.itemconfigure(interior_id, width=canvas.winfo_width())
H A Deditor.py371 pixel_width = text.winfo_width() - 2 * inner_padding
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py67 int(self.widget.winfo_width() / 2),
446 width = self.combo.winfo_width()
810 scale_width = self.scale.winfo_width()
853 self.assertEqual(conv(self.scale.get(self.scale.winfo_width(), 0)), max)
1136 width = self.spin.winfo_width()
1146 width = self.spin.winfo_width()
H A Dtest_extensions.py179 width, height = x.master.winfo_width(), x.master.winfo_height()
/third_party/python/Lib/tkinter/
H A Dsimpledialog.py240 x = parent.winfo_rootx() + (parent.winfo_width() - minwidth) // 2
H A D__init__.py1351 def winfo_width(self): member in Misc
/third_party/python/Lib/turtledemo/
H A D__main__.py206 cwidth = self.canvas.winfo_width()
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py453 totalWidth = self.canvas.winfo_width()
/third_party/python/Lib/
H A Dturtle.py383 cwidth = self._canvas.winfo_width()
791 width = self.cv.winfo_width()

Completed in 25 milliseconds