5331 5332 5333 5334 5335 5336 5337 5338
# File 'lib/tk.rb', line 5331 def grid_anchor(anchor=None) if anchor == None TkGrid.anchor(self) else TkGrid.anchor(self, anchor) self end end