Method: Tk::Iwidgets::Mainwindow#mousebar
- Defined in:
- lib/tkextlib/iwidgets/mainwindow.rb
#mousebar(*args) ⇒ Object
47 48 49 50 51 52 |
# File 'lib/tkextlib/iwidgets/mainwindow.rb', line 47 def (*args) unless args.empty? tk_call(@path, 'mousebar', *args) end window(tk_call(@path, 'mousebar')) end |