showMessage

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void showMessage(Window parent, string s, MessageType t)
  2. void showMessage(Window parent, string title, string s, MessageType t)
    void
    showMessage
    (
    Window parent
    ,
    string title
    ,
    string s
    ,
    MessageType t = MessageType.INFO
    )

Meta