Method: TkWindow#pack_forget

Defined in:
lib/tk.rb

#pack_forgetObject Also known as: unpack



5258
5259
5260
5261
5262
# File 'lib/tk.rb', line 5258

def pack_forget
  #tk_call_without_enc('pack', 'forget', epath)
  TkPack.forget(self)
  self
end