Method: TkWindow#pack_slaves

Defined in:
lib/tk.rb

#pack_slavesObject



5211
5212
5213
5214
# File 'lib/tk.rb', line 5211

def pack_slaves()
  #list(tk_call('pack', 'slaves', epath))
  TkPack.slaves(self)
end