5447 5448 5449 5450 5451
# File 'lib/tk.rb', line 5447 def grid_remove() #tk_call 'grid', 'remove', epath TkGrid.remove(self) self end