Method: CDK::SWINDOW#showMessage2
- Defined in:
- lib/cdk/components/swindow.rb
#showMessage2(msg, msg2, filename) ⇒ Object
560 561 562 563 564 565 566 567 568 569 |
# File 'lib/cdk/components/swindow.rb', line 560 def showMessage2(msg, msg2, filename) mesg = [ msg, msg2, "<C>(%s)" % [filename], ' ', '<C> Press any key to continue.', ] @screen.popupLabel(mesg, mesg.size) end |