Method: TkWindow#place

Defined in:
lib/tk.rb

#place(keys) ⇒ Object



5463
5464
5465
5466
5467
# File 'lib/tk.rb', line 5463

def place(keys)
  #tk_call 'place', epath, *hash_kv(keys)
  TkPlace.configure(self, keys)
  self
end