Package: gtk

Function gtk:editable-chars

Lambda List

gtk:editable-chars (editable &key start end)

Arguments

editable -- a gtk:editable object
start -- an integer for the start position, the default value is 0
end -- an integer for the end position, the default value is -1

Return Value

The string for the contents of the editable widget.

Details

Retrieves a sequence of characters. The characters that are retrieved are those characters at positions from start up to, but not including end. If end is negative, then the characters retrieved are those characters from start to the end of the text. Note that positions are specified in characters, not bytes.
 

See also

2025-07-08