Home
last modified time | relevance | path

Searched refs:grid_anchor (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py495 self.root.grid_anchor('nw')
775 self.root.grid_anchor('x')
777 self.root.grid_anchor('')
779 self.root.grid_anchor('se', 'nw')
780 self.root.grid_anchor('se')
/third_party/python/Lib/tkinter/
H A D__init__.py1767 def grid_anchor(self, anchor=None): # new in Tk 8.5 member in Misc
1774 anchor = grid_anchor

Completed in 9 milliseconds