Package: gtk
Function gtk:text-text-length
Lambda Listgtk:text-text-length (entry) ArgumentsReturn ValueThe 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