gtkEditableInsertText {RGtk2}R Documentation

gtkEditableInsertText

Description

Inserts text at a given position.

Usage

gtkEditableInsertText(object, new.text, position = 0)

Arguments

object [GtkEditable] a GtkEditable widget.
new.text [character] the text to insert.
position [integer] an inout parameter. The caller initializes it to the position at which to insert the text. After the call it points at the position after the newly inserted text.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]