gtkEntrySetText {RGtk2}R Documentation

gtkEntrySetText

Description

Sets the text in the widget to the given value, replacing the current contents.

Usage

gtkEntrySetText(object, text)

Arguments

object [GtkEntry] a GtkEntry
text [character] the new text

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]