Class: Tk::Iwidgets::Shell (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/iwidgets/shell.rb

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Shell

Public Instance Methods

activate()
 
               # File tk/lib/tkextlib/iwidgets/shell.rb, line 22
def activate
  tk_call(@path, 'activate')  # may return val of deactibate method
end
            
center(win=None)
 
               # File tk/lib/tkextlib/iwidgets/shell.rb, line 26
def center(win=None)
  tk_call(@path, 'center', win)
  self
end
            
child_site()
 
               # File tk/lib/tkextlib/iwidgets/shell.rb, line 31
def child_site
  window(tk_call(@path, 'childsite'))
end
            
deactivate(val=None)
 
               # File tk/lib/tkextlib/iwidgets/shell.rb, line 35
def deactivate(val=None)
  tk_call(@path, 'deactivate', val)
  self
end