Button.text - multiple declarations

Function Button.text

returns widget content text (override to support this)

override dstring text() @property const;

Function Button.text

sets widget content text (override to support this)

override Widget text(
  dstring s
) @property;

override Widget text(
  UIString s
) @property;