Function MessageBox.this

Prototype

this(
  UIString caption,
  UIString message,
  Window parentWindow = null,
  const(Action)[] buttons = [ACTION_OK],
  int defaultButtonIndex = 0,
  bool delegate(const(Action)) handler = cast(bool delegate(const(Action) result))null
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0