Method: Tk::Iwidgets::Mainwindow#msgd
- Defined in:
- lib/tkextlib/iwidgets/mainwindow.rb
#msgd(*args) ⇒ Object
55 56 57 58 59 60 |
# File 'lib/tkextlib/iwidgets/mainwindow.rb', line 55 def msgd(*args) unless args.empty? tk_call(@path, 'msgd', *args) end window(tk_call(@path, 'msgd')) end |