ComboBox.text - multiple declarations

Function ComboBox.text

returns widget content text (override to support this)

override dstring text() @property const;

Function ComboBox.text

sets widget content text (override to support this)

override Widget text(
  dstring txt
) @property;

override Widget text(
  UIString txt
) @property;