gtkEntryBufferSetText: gtkEntryBufferSetText

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Sets the text in the buffer.

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.