Move a couple of function docs into the C file.
Sat Mar 2 15:46:29 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkentry.sgml: Move a couple of function docs into the C file.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sat Mar 2 15:46:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkentry.sgml: Move a couple of function
|
||||||
|
docs into the C file.
|
||||||
|
|
||||||
Fri Mar 1 10:35:15 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Mar 1 10:35:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
|
* gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
|
||||||
|
|||||||
@ -41,20 +41,10 @@ Creates a new #GtkEntry widget.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_new_with_max_length ##### -->
|
<!-- ##### FUNCTION gtk_entry_new_with_max_length ##### -->
|
||||||
<para>
|
<para>
|
||||||
Creates a new #GtkEntry widget with the given maximum
|
|
||||||
length.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
Note: the existance of this function is inconsistent
|
|
||||||
with the rest of the GTK+ API. The normal setup would
|
|
||||||
be to just require the user to make an extra call
|
|
||||||
to gtk_entry_set_max_length() instead. It is not
|
|
||||||
expected that this function will be removed, but
|
|
||||||
it would be better practice not to use it.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@max: the new maximum length or 0 if the maximum length should be infinite..
|
@max:
|
||||||
@Returns: a new #GtkEntry.
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_set_text ##### -->
|
<!-- ##### FUNCTION gtk_entry_set_text ##### -->
|
||||||
@ -173,14 +163,10 @@ use gtk_editable_set_editable() instead.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_set_max_length ##### -->
|
<!-- ##### FUNCTION gtk_entry_set_max_length ##### -->
|
||||||
<para>
|
<para>
|
||||||
Sets the maximum allowed length of the contents
|
|
||||||
of the widget. If the current contents are longer
|
|
||||||
than the given length, then they will be truncated
|
|
||||||
to fit.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@entry: a #GtkEntry.
|
@entry:
|
||||||
@max: the new maximum length or 0 if the maximum length should be infinite.
|
@max:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_get_activates_default ##### -->
|
<!-- ##### FUNCTION gtk_entry_get_activates_default ##### -->
|
||||||
|
|||||||
Reference in New Issue
Block a user