Function Window.showMessageBox

Show message box with specified title and message

Prototype

void showMessageBox(
  UIString title,
  UIString message,
  const(Action)[] actions = [ACTION_OK],
  int defaultActionIndex = 0,
  bool delegate(const(Action)) handler = null
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0