Window.onFilesDropped - multiple declarations

Function Window.onFilesDropped

set handler for files dropped to app window

Prototype

Window onFilesDropped(
  void delegate(string[]) handler
) @property;

Function Window.onFilesDropped

get handler for files dropped to app window

Prototype

void delegate(string[]) onFilesDropped() @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0