Description Usage Arguments Details Value Author(s)
Retrieves the current length of the text in
entry
.
1 | gtkEntryGetTextLength(object)
|
|
a |
This is equivalent to:
1 | gtk_entry_buffer_get_length (gtk_entry_get_buffer (entry));
|
Since 2.14
[integer] the current number of characters
in GtkEntry
, or 0 if there are none.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.