Replace the entire text contents of an EditableText object.
this |
a pointer to the EditableText object to modify. |
new_contents |
a character string, encoded in UTF-8, which is to become the new text contents of the EditableText object. |
|