Method
GtkEntryBufferset_max_length
since: 2.18
Declaration [src]
void
gtk_entry_buffer_set_max_length (
GtkEntryBuffer* buffer,
gint max_length
)
Description [src]
Sets the maximum allowed length of the contents of the buffer. If the current contents are longer than the given length, then they will be truncated to fit.
Available since: 2.18
Sets property | Gtk.EntryBuffer:max-length |