Methods
- C
- M
- T
Constants
| TkCommandNames | = | ['::iwidgets::mainwindow'.freeze].freeze |
| WidgetClassName | = | 'Mainwindow'.freeze |
Instance Public methods
child_site()
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/mainwindow.rb, line 36 def child_site window(tk_call(@path, 'childsite')) end
Source: show
mousebar(*args)
Link
Source: show
# File ext/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