gtkEditableGetSelectionBounds {RGtk2}R Documentation

gtkEditableGetSelectionBounds

Description

Gets the current selection bounds, if there is a selection.

Usage

gtkEditableGetSelectionBounds(object)

Arguments

object [GtkEditable] a GtkEditable widget.

Value

A list containing the following elements:

retval [logical] TRUE if there is a selection.
start [integer] location to store the starting position, or NULL.
end [integer] location to store the end position, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]