gtkLabelGetSelectionBounds {RGtk2}R Documentation

gtkLabelGetSelectionBounds

Description

Gets the selected range of characters in the label, returning TRUE if there's a selection.

Usage

gtkLabelGetSelectionBounds(object)

Arguments

object [GtkLabel] a GtkLabel

Value

A list containing the following elements:

retval [logical] TRUE if selection is non-empty
start [integer] return location for start of selection, as a character offset
end [integer] return location for end of selection, as a character offset

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]