GtkEntry::prepend_text

void prepend_text(string text);

WARNING! This method has been deprecated in PHP-GTK 2 and should NOT be used in newly written code.

Prepends the given text to the contents of the widget.

See also: append_text() , get_text() , set_text()