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