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

In Files

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

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Mainwindow

Public Instance Methods

child_site()
 
               # File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 37
def child_site
  window(tk_call(@path, 'childsite'))
end
            
mousebar(*args)
 
               # File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 48
def mousebar(*args)
  unless args.empty?
    tk_call(@path, 'mousebar', *args)
  end
  window(tk_call(@path, 'mousebar'))
end
            
msgd(*args)
 
               # File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 55
def msgd(*args)
  unless args.empty?
    tk_call(@path, 'msgd', *args)
  end
  window(tk_call(@path, 'msgd'))
end
            
toolbar(*args)
 
               # File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 62
def toolbar(*args)
  unless args.empty?
    tk_call(@path, 'toolbar', *args)
  end
  window(tk_call(@path, 'toolbar'))
end