# File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 37 def child_site window(tk_call(@path, 'childsite')) end
# 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