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

a GtkEntry

text

the new text

Details

See gtkEntryBufferSetText.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]