Method: Tk::Iwidgets::Dialogshell#hide

Defined in:
lib/tkextlib/iwidgets/dialogshell.rb

#hide(idx) ⇒ Object



85
86
87
88
# File 'lib/tkextlib/iwidgets/dialogshell.rb', line 85

def hide(idx)
  tk_call(@path, 'hide', index(idx))
  self
end