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 with the length of the text

Details

Accessor of the text-length slot of the gtk:entry class. The gtk:entry-text-length function retrieves the current length of the text in the text entry, or 0 if there are none.

Notes

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

See also

2024-11-26