TextWidget.text - multiple declarations

Function TextWidget.text

set text to show

Prototypes

override Widget text(
  dstring s
) @property;

override Widget text(
  UIString s
) @property;

Function TextWidget.text

get widget text

Prototype

override dstring text() @property;

Function TextWidget.text

get widget text

Prototype

override dstring text() @property;

Function TextWidget.text

set text to show

Prototypes

override Widget text(
  dstring s
) @property;

override Widget text(
  UIString s
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0