gtkLabelGetSelectionBounds: gtkLabelGetSelectionBounds

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1

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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.