Window.showMessageBox

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

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

Meta