Method: Tk::Tcllib::Widget::Statusbar#remove_with_destroy

Defined in:
lib/tkextlib/tcllib/statusbar.rb

#remove_with_destroy(*wins) ⇒ Object



66
67
68
69
# File 'lib/tkextlib/tcllib/statusbar.rb', line 66

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