5279 5280 5281 5282 5283 5284 5285 5286 5287
# File 'lib/tk.rb', line 5279 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