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