gtkEditableGetChars {RGtk2}R Documentation

gtkEditableGetChars

Description

Retrieves a sequence of characters. The characters that are retrieved are those characters at positions from start.pos up to, but not including end.pos. If end.pos is negative, then the the characters retrieved will be those characters from start.pos to the end of the text.

Usage

gtkEditableGetChars(object, start.pos, end.pos)

Arguments

object [GtkEditable] a GtkEditable widget.
start.pos [integer] the starting position.
end.pos [integer] the end position.

Value

[character] the characters in the indicated region.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]