Clarify that a maximum length of 0 means infinity. This fixes #58771.

2001-10-27  Anders Carlsson  <andersca@gnu.org>

	* gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
	of 0 means infinity. This fixes #58771.
This commit is contained in:
Anders Carlsson 2001-10-27 01:27:34 +00:00 committed by Anders Carlsson
parent 6a78fcb59f
commit aa6723e535
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2001-10-27 Anders Carlsson <andersca@gnu.org>
* gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
of 0 means infinity. This fixes #58771.
* gtk/tmpl/gtkhandlebox.sgml: Finish a sentence.
This fixes #56702.

View File

@ -53,7 +53,7 @@ expected that this function will be removed, but
it would be better practice not to use it.
</para>
@max: the new maximum length.
@max: the new maximum length or 0 if the maximum length should be infinite..
@Returns: a new #GtkEntry.
@ -176,7 +176,7 @@ to fit.
</para>
@entry: a #GtkEntry.
@max: the new maximum length.
@max: the new maximum length or 0 if the maximum length should be infinite.
<!-- ##### FUNCTION gtk_entry_get_activates_default ##### -->