Searched refs:grid_rowconfigure (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_geometry_managers.py | 493 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 D | searchbase.py | 92 top.grid_rowconfigure(0, weight=100)
|
H A D | textview.py | 51 self.grid_rowconfigure(0, weight=1)
|
H A D | help.py | 246 self.grid_rowconfigure(0, weight=1)
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 149 root.grid_rowconfigure(0, weight=1)
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1863 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