set_text_contents


Description:

public bool set_text_contents (string new_contents) throws Error

Replace the entire text contents of an EditableText object.

Parameters:

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.

Returns:

TRUE if the operation was successful, otherwise FALSE.