Searched refs:grid_location (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_geometry_managers.py | 816 self.root.grid_location() 818 self.root.grid_location(0) 820 self.root.grid_location(0, 0, 0) 822 self.root.grid_location('x', 'y') 824 self.root.grid_location('1c', 'y') 831 self.assertEqual(f.grid_location(10, 10), (-1, -1)) 834 self.assertEqual(t.grid_location(-10, -10), (-1, -1)) 835 self.assertEqual(t.grid_location(-10, 0), (-1, 0)) 836 self.assertEqual(t.grid_location(-1, 0), (-1, 0)) 837 self.assertEqual(t.grid_location( [all...] |
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1842 def grid_location(self, x, y): member in Misc 2576 location = grid_location = Misc.grid_location
|
Completed in 10 milliseconds