gtkEditableDeleteText {RGtk2}R Documentation

gtkEditableDeleteText

Description

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

Usage

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

Arguments

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]