GroupBox.text - multiple declarations

Function GroupBox.text

get widget text

override dstring text() @property const;

Function GroupBox.text

set text to show

override Widget text(
  dstring s
) @property;

override Widget text(
  UIString s
) @property;