Window.windowCaption - multiple declarations

Function Window.windowCaption

returns window caption

Prototype

abstract dstring windowCaption() @property;

Function Window.windowCaption

sets window caption

Prototype

abstract void windowCaption(
  dstring caption
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0