mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
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:
parent
6a78fcb59f
commit
aa6723e535
@ -1,5 +1,8 @@
|
|||||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
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.
|
* gtk/tmpl/gtkhandlebox.sgml: Finish a sentence.
|
||||||
This fixes #56702.
|
This fixes #56702.
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ expected that this function will be removed, but
|
|||||||
it would be better practice not to use it.
|
it would be better practice not to use it.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@max: the new maximum length.
|
@max: the new maximum length or 0 if the maximum length should be infinite..
|
||||||
@Returns: a new #GtkEntry.
|
@Returns: a new #GtkEntry.
|
||||||
|
|
||||||
|
|
||||||
@ -176,7 +176,7 @@ to fit.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@entry: a #GtkEntry.
|
@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 ##### -->
|
<!-- ##### FUNCTION gtk_entry_get_activates_default ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user