Package: gtk

Function gtk:text-text-length

Lambda List

gtk:text-text-length (entry)

Arguments

entry -- a gtk:text widget

Return Value

The unsigned integer with the current number of characters in the gtk:text widget.

Details

Retrieves the current length of the text in entry. This is equivalent to getting the gtk:entry-buffer object of the text widget and calling the gtk:entry-buffer-length function on it.
 

See also

2024-5-17