gtkEntryPrependText {RGtk2} | R Documentation |
Prepends the given text to the contents of th ewidget.
WARNING: gtk_entry_prepend_text
is deprecated and should not be used in newly-written code.
gtkEntryPrependText(object, text)
|
[GtkEntry ] a GtkEntry . |
|
[character] the text to prepend. |
Derived by RGtkGen from GTK+ documentation