Method: TkWindow#pack_info

Defined in:
lib/tk.rb

#pack_infoObject



5186
5187
5188
5189
5190
5191
5192
5193
5194
# File 'lib/tk.rb', line 5186

def pack_info()
  #ilist = list(tk_call('pack', 'info', epath))
  #info = {}
  #while key = ilist.shift
  #  info[key[1..-1]] = ilist.shift
  #end
  #return info
  TkPack.info(self)
end