Class | Tk::Iwidgets::Mainwindow |
In: |
tk/lib/tkextlib/iwidgets/mainwindow.rb
|
Parent: | Tk::Iwidgets::Shell |
TkCommandNames | = | ['::iwidgets::mainwindow'.freeze].freeze |
WidgetClassName | = | 'Mainwindow'.freeze |
# 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 40 def menubar(*args) unless args.empty? tk_call(@path, 'menubar', *args) end window(tk_call(@path, 'menubar')) 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
# File tk/lib/tkextlib/iwidgets/mainwindow.rb, line 54 def msgd(*args) unless args.empty? tk_call(@path, 'msgd', *args) end window(tk_call(@path, 'msgd')) end