Function Dialog.close

Notify about dialog result, and then close dialog.

If onDialogResult listener is assigned, pass action to it.

If no onDialogResult listener, pass to owner window.

If action is null, no result dispatching will occur.

Prototype

void close(
  const(Action) action
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0