gtkEntryNewWithMaxLength {RGtk2} | R Documentation |
Creates a new GtkEntry
widget with the given maximum length.
WARNING: gtk_entry_new_with_max_length
is deprecated and should not be used in newly-written code.
gtkEntryNewWithMaxLength(max = 0, show = TRUE)
|
[integer] 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. |
Note: the existence of this function is inconsistent
with the rest of the GTK+ API. The normal setup would
be to just require the user to make an extra call
to gtkEntrySetMaxLength
instead. It is not
expected that this function will be removed, but
it would be better practice not to use it.
Derived by RGtkGen from GTK+ documentation