Window.showInputBox - multiple declarations

Function Window.showInputBox

Prototype

void showInputBox(
  dstring title,
  dstring message,
  dstring initialText,
  void delegate(dstring) handler
);

Function Window.showInputBox

Prototype

void showInputBox(
  UIString title,
  UIString message,
  dstring initialText,
  void delegate(dstring) handler
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0