Editable.text

string text() @property nothrow;

Get text property.

Returns

The contents of the entry.
void text(string propval) @property nothrow;

Set text property.

Parameters

propvalThe contents of the entry.