GtkEntry::prepend_text

void prepend_text(string text);

prepend_text() adds the given string to the start of any entered text.

$entry->prepend_text("<START>");