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

a GtkLabel

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]