Button.text - multiple declarations

Function Button.text

returns widget content text (override to support this)

Prototype

override dstring text() @property;

Function Button.text

sets widget content text (override to support this)

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