Method: TkWindow#place_forget
- Defined in:
- lib/tk.rb
#place_forget ⇒ Object Also known as: unplace
5388 5389 5390 5391 5392 |
# File 'lib/tk.rb', line 5388 def place_forget #tk_call 'place', 'forget', epath TkPlace.forget(self) self end |