Home
last modified time | relevance | path

Searched refs:grid_rowconfigure (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py493 self.root.grid_rowconfigure(i, weight=0, minsize=0, pad=0, uniform='')
665 self.root.grid_rowconfigure()
666 self.assertEqual(self.root.grid_rowconfigure(0),
669 self.root.grid_rowconfigure(0, 'foo')
670 self.root.grid_rowconfigure((0, 3), weight=2)
673 self.root.grid_rowconfigure((0, 3))
676 self.root.grid_rowconfigure('all', weight=3)
678 self.root.grid_rowconfigure('all')
679 self.assertEqual(self.root.grid_rowconfigure(0, 'weight'), 3)
680 self.assertEqual(self.root.grid_rowconfigure(
[all...]
/third_party/python/Lib/idlelib/
H A Dsearchbase.py92 top.grid_rowconfigure(0, weight=100)
H A Dtextview.py51 self.grid_rowconfigure(0, weight=1)
H A Dhelp.py246 self.grid_rowconfigure(0, weight=1)
/third_party/python/Lib/turtledemo/
H A D__main__.py149 root.grid_rowconfigure(0, weight=1)
/third_party/python/Lib/tkinter/
H A D__init__.py1863 def grid_rowconfigure(self, index, cnf={}, **kw): member in Misc
1871 rowconfigure = grid_rowconfigure
2578 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure

Completed in 11 milliseconds