RGtk2 (version 2.20.31)

gtkLabelGetSelectionBounds: gtkLabelGetSelectionBounds

Description

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

Usage

gtkLabelGetSelectionBounds(object)

Arguments

object

Value

A list containing the following elements:
retval
[logical] TRUE if selection is non-empty
start
return location for start of selection, as a character offset
end
return location for end of selection, as a character offset