5365 5366 5367 5368
# File 'lib/tk.rb', line 5365 def grid_slaves(keys = nil) #list(tk_call('grid', 'slaves', epath, *hash_kv(args))) TkGrid.slaves(self, keys) end