Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkEntryBufferInsertText

gtkEntryBufferInsertText


Description

Inserts n.chars characters of chars into the contents of the buffer, at position position.

Usage

gtkEntryBufferInsertText(object, position, chars, n.chars)

Arguments

object

a GtkEntryBuffer

position

the position at which to insert text.

chars

the text to insert into the buffer.

n.chars

the length of the text in characters, or -1

Details

If n.chars is negative, then characters from chars will be inserted until a null-terminator is found. If position or n.chars are out of bounds, or the maximum buffer text length is exceeded, then they are coerced to sane values.

Note that the position and length are in characters, not in bytes. Since 2.18

Value

[numeric] The number of characters actually inserted.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.