RGtk2 (version 2.20.31)

gtkEntryBufferSetText: gtkEntryBufferSetText

Description

Sets the text in the buffer.

Usage

gtkEntryBufferSetText(object, chars, n.chars)

Arguments

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