Window.showMessageBox

Show message box with specified title and message (title and message as UIString)

  1. void showMessageBox(UIString title, UIString message, const(Action)[] actions, int defaultActionIndex, bool delegate(const Action result) handler)
    class Window
    void
    showMessageBox
    (,,
    const(Action)[] actions = [ACTION_OK]
    ,,
    bool delegate
    ()
    handler = null
    )
  2. void showMessageBox(dstring title, dstring message, const(Action)[] actions, int defaultActionIndex, bool delegate(const Action result) handler)

Meta