gtkLabelGetSelectionBounds {RGtk2} | R Documentation |
Gets the selected range of characters in the label, returning TRUE
if there's a selection.
gtkLabelGetSelectionBounds(object)
|
[GtkLabel ] a GtkLabel |
A list containing the following elements:
retval |
[logical] TRUE if selection is non-empty |
|
[integer] return location for start of selection, as a character offset |
|
[integer] return location for end of selection, as a character offset |
Derived by RGtkGen from GTK+ documentation