diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-27 16:24:07 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-27 16:24:07 +0000 |
commit | 622ab35391b0c5770303e5de7f02963501bdf40b (patch) | |
tree | 5a0fea5d746f86a3527be611e6352a34e64d9ded /docs/reference | |
parent | 5d9f269805eddd0a7ce0deba1838009aca5b9b9d (diff) | |
download | gtk+-622ab35391b0c5770303e5de7f02963501bdf40b.tar.gz |
Fix typos
svn path=/trunk/; revision=21949
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkentry.sgml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 323fa1f260..99f04f94c3 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -20,7 +20,7 @@ By default, GTK+ picks the best invisible character that is available in the current font, but it can be changed with gtk_entry_set_invisible_char(). Since 2.16, GTK+ displays a warning when Caps Lock or input methods might interfere with entering text in -a password entry. The warning can be turned of with the +a password entry. The warning can be turned off with the #GtkEntry::caps-lock-warning property. </para> <para> @@ -35,7 +35,7 @@ can have tooltips. To add an icon, use gtk_entry_set_icon_from_gicon() or one of the various other functions that set an icon from a stock id, an icon name or a pixbuf. To trigger an action when the user clicks an icon, connect to the #GtkEntry::icon-pressed signal. To allow DND operations -from an icon, use gtk_entry_icon_set_drag_source(). To set a tooltip on +from an icon, use gtk_entry_set_icon_drag_source(). To set a tooltip on an icon, use gtk_entry_set_icon_tooltip_text() or the corresponding function for markup. </para> @@ -735,6 +735,14 @@ The #GtkEntry-struct struct contains only private data. @entry: +<!-- ##### ENUM GtkEntryIconPosition ##### --> +<para> + +</para> + +@GTK_ENTRY_ICON_PRIMARY: +@GTK_ENTRY_ICON_SECONDARY: + <!-- ##### FUNCTION gtk_entry_set_icon_from_pixbuf ##### --> <para> |