Method: TkWindow#place_info

Defined in:
ext/lib/tk.rb

#place_infoObject



5324
5325
5326
5327
5328
5329
5330
5331
5332
# File 'ext/lib/tk.rb', line 5324

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