Entry.prependText

Warning gtk_entry_prepend_text has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_editable_insert_text() instead. Prepends the given text to the contents of the widget.

class Entry
void
prependText
(
string text
)

Parameters

text string

the text to prepend

Meta