Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
# File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 36 def child_site window(tk_call(@path, 'childsite')) end
# File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 47 def mousebar(*args) unless args.empty? tk_call(@path, 'mousebar', *args) end window(tk_call(@path, 'mousebar')) end