Method: Kernel.msgbox
- Defined in:
- lib/autocad/message_box.rb
.msgbox(content, title: "Alert") ⇒ Object
92 93 94 |
# File 'lib/autocad/message_box.rb', line 92 def msgbox(content, title: "Alert") WinAPI::MessageBoxW(0, L(content), L(title), WinAPI::MB::BTN::OK) end |