Retrieves the current length of the text in entry.
This is equivalent to getting entry's gtk.EntryBuffer and calling Entry.bufferGetLength on it.
the current number of characters in gtk.Entry, or 0 if there are none.
2.14
Retrieves the current length of the text in entry.
This is equivalent to getting entry's gtk.EntryBuffer and calling Entry.bufferGetLength on it.