5334 5335 5336 5337
# File 'lib/tk.rb', line 5334 def grid_location(x, y) #list(tk_call('grid', 'location', epath, x, y)) TkGrid.location(self, x, y) end