I found an example where .set_text () and .select_region () are used to pre-select text, so it is deleted when the user starts typing.
This does not work if you have several Gtk.Entry fields, because only one can be selected at a time. I believe that you need to use a signal to delete text when you press the "Enter" field.
If you cannot figure it out, add a few tags.
source share