TextTag.editable
bool editable() @property nothrowGet editable property.
Returns
Whether the text can be modified by the user.
void editable(bool propval) @property nothrowSet editable property.
Parameters
propval | Whether the text can be modified by the user. |