IconTextComboBox.text - multiple declarations

Function IconTextComboBox.text

returns widget content text (override to support this)

override dstring text() @property const;

Function IconTextComboBox.text

sets widget content text (override to support this)

override Widget text(
  dstring txt
) @property;

override Widget text(
  UIString txt
) @property;