gtkEntryGetMaxLength: gtkEntryGetMaxLength

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Retrieves the maximum allowed length of the text in entry. See gtkEntrySetMaxLength.

Usage

1

Arguments

object

a GtkEntry

Details

This is equivalent to:

1
gtk_entry_buffer_get_max_length (gtk_entry_get_buffer (entry));

Value

[integer] the maximum allowed number of characters in GtkEntry, or 0 if there is no maximum.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.