Description Usage Arguments Value Author(s)
Creates a new GtkEntry widget with the given maximum length.
WARNING: gtk_entry_new_with_max_length has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkEntrySetMaxLength instead.
1 | gtkEntryNewWithMaxLength(max = 0, show = TRUE)
|
|
the maximum length of the entry, or 0 for no maximum. (other than the maximum length of entries.) The value passed in will be clamped to the range 0-65536. |
[GtkWidget] a new GtkEntry
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.