gtkEntryBufferSetText {RGtk2}R Documentation

gtkEntryBufferSetText

Description

Sets the text in the buffer.

Usage

gtkEntryBufferSetText(object, chars, n.chars)

Arguments

object

a GtkEntryBuffer

chars

the new text

n.chars

the number of characters in text, or -1

Details

This is roughly equivalent to calling gtkEntryBufferDeleteText and gtkEntryBufferInsertText.

Note that n.chars is in characters, not in bytes. Since 2.18

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]