Package: gtk

Function gtk:label-selection-bounds

Lambda List

gtk:label-selection-bounds (label)

Syntax

(gtk:label-selection-bounds label) => start, end

Arguments

label -- a gtk:label widget
start -- an integer for the start of the selection, as a character offset
end -- an integer for the end of the selection, as a character offset

Details

Gets the selected range of characters in the label.
 

See also

2025-4-27