forked from AuroraMiddleware/gtk
updates
svn path=/trunk/; revision=17118
This commit is contained in:
parent
32e1c3b4d2
commit
3d94a353eb
@ -1,3 +1,8 @@
|
||||
2007-01-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkentry.sgml: Expand deprecation notes for
|
||||
gtk_entry_append/prepend_text. (#394034, Micah Carrick)
|
||||
|
||||
2007-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk-pixbuf/gdk-pixbuf-sections.txt: Correct the include
|
||||
|
@ -223,15 +223,22 @@ Appends the given text to the contents of the widget.
|
||||
|
||||
@entry: a #GtkEntry.
|
||||
@text: the text to append.
|
||||
@Deprecated: gtk_entry_append_text() is deprecated and should not
|
||||
be used in newly-written code. Use gtk_editable_insert_text()
|
||||
instead.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_entry_prepend_text ##### -->
|
||||
<para>
|
||||
Prepends the given text to the contents of th ewidget.
|
||||
Prepends the given text to the contents of the widget.
|
||||
</para>
|
||||
|
||||
@entry: a #GtkEntry.
|
||||
@text: the text to prepend.
|
||||
@Deprecated: gtk_entry_prepend_text() is deprecated and should not
|
||||
be used in newly-written code. Use gtk_editable_insert_text()
|
||||
instead.
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_entry_set_position ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user