5458 5459 5460 5461
# File 'lib/tk.rb', line 5458 def grid_slaves(keys = nil) #list(tk_call('grid', 'slaves', epath, *hash_kv(args))) TkGrid.slaves(self, keys) end