Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkEntryNewWithMaxLength

gtkEntryNewWithMaxLength


Description

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.

Usage

gtkEntryNewWithMaxLength(max = 0, show = TRUE)

Arguments

max

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.

Value

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.