Method: TkWindow#grid_location

Defined in:
lib/tk.rb

#grid_location(x, y) ⇒ Object



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