Package: gtk

Accessor gtk:entry-text-length

Lambda List

gtk:entry-text-length (object)

Syntax

(gtk:entry-text-length object) => length

Arguments

object -- a gtk:entry widget
length -- an unsigned integer for the length of the text

Details

The accessor for the text-length slot of the gtk:entry class gets the length of the text in the text entry.

Notes

This function is equivalent to:
(gtk:entry-buffer-length (gtk:entry-buffer object))    
 

See also

2025-08-11