gtkLabelGetSelectionBounds: gtkLabelGetSelectionBounds
Description
Gets the selected range of characters in the label, returning TRUE
if there's a selection.Usage
gtkLabelGetSelectionBounds(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