Widget.text - multiple declarations

Function Widget.text

returns widget content text (override to support this)

Prototype

dstring text() @property;

Function Widget.text

sets widget content text (override to support this)

Prototypes

Widget text(
  dstring s
) @property;

Widget text(
  UIString s
) @property;

Function Widget.text

sets widget content text (override to support this)

Prototypes

Widget text(
  dstring s
) @property;

Widget text(
  UIString s
) @property;

Function Widget.text

returns widget content text (override to support this)

Prototype

dstring text() @property;

Function Widget.text

returns widget content text (override to support this)

Prototype

dstring text() @property;

Function Widget.text

sets widget content text (override to support this)

Prototypes

Widget text(
  dstring s
) @property;

Widget text(
  UIString s
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0