Package: gtk
Function gtk-editable-selection-bounds
| Lambda Listgtk-editable-selection-bounds (editable) ArgumentsReturn Value    selected-p -- true if an area is selected, false                         otherwise  start -- an integer with the starting position, or nil end -- an integer with the end position, or nil Details      
    Retrieves the selection bound of the editable.    start will be filled with the start of the selection and end with  end. If no text was selected both will be identical and nil will be
  returned. Note that positions are specified in characters, not bytes. | See also | 
2020-6-1