GtkEntry::append_text

void append_text(string text);

append_text() adds the given string to the end of any entered text.

$entry->append_text("</END>");