Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkEntrySetText: gtkEntrySetText
Description
Sets the text in the widget to the given value, replacing the current contents.
Usage
gtkEntrySetText(object, text)
Arguments
object
a
GtkEntry
text
the new text
Details
See
gtkEntryBufferSetText
.