Lines Matching defs:anchor
1767 def grid_anchor(self, anchor=None): # new in Tk 8.5
1768 """The anchor value controls how to place the grid within the
1771 The default anchor is nw."""
1772 self.tk.call('grid', 'anchor', self._w, anchor)
1774 anchor = grid_anchor
2439 anchor=NSEW (or subset) - position widget according to
2486 x=amount - locate anchor of this widget at position x of master
2487 y=amount - locate anchor of this widget at position y of master
2488 relx=amount - locate anchor of this widget between 0.0 and 1.0
2490 rely=amount - locate anchor of this widget between 0.0 and 1.0
2492 anchor=NSEW (or subset) - position anchor according to given direction
2692 activebackground, activeforeground, anchor,
3049 Valid resource names: activebackground, activeforeground, anchor,
3201 activebackground, activeforeground, anchor,
3286 self.tk.call(self._w, 'selection', 'anchor', index)
3482 Valid resource names: activebackground, activeforeground, anchor,
4025 "indicatoron": 1, "relief": RAISED, "anchor": "c",
4358 end of the selection is made the anchor point for future
4362 anchor point, inclusive.