gtkEntryAppendText {RGtk2}R Documentation

gtkEntryAppendText

Description

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.

Usage

gtkEntryAppendText(object, text)

Arguments

object [GtkEntry] a GtkEntry
text [character] the text to append

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]