Method: TkWindow#grid_location

Defined in:
lib/tk.rb

#grid_location(x, y) ⇒ Object



5427
5428
5429
5430
# File 'lib/tk.rb', line 5427

def grid_location(x, y)
  #list(tk_call('grid', 'location', epath, x, y))
  TkGrid.location(self, x, y)
end