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;

Authors

Copyright

License