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