ComboBox.text - multiple declarations

Function ComboBox.text

returns widget content text (override to support this)

Prototype

override dstring text() @property;

Function ComboBox.text

sets widget content text (override to support this)

Prototypes

override Widget text(
  dstring txt
) @property;

override Widget text(
  UIString txt
) @property;

Function ComboBox.text

returns widget content text (override to support this)

Prototype

override dstring text() @property;

Function ComboBox.text

sets widget content text (override to support this)

Prototypes

override Widget text(
  dstring txt
) @property;

override Widget text(
  UIString txt
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0