Method: Tk::BWidget::PanelFrame#remove_with_destroy

Defined in:
lib/tkextlib/bwidget/panelframe.rb

#remove_with_destroy(*wins) ⇒ Object



59
60
61
62
# File 'lib/tkextlib/bwidget/panelframe.rb', line 59

def remove_with_destroy(*wins)
  tk_send('remove', '-destroy', *wins)
  self
end